Skip to content

Commit 0b3ff9e

Browse files
committed
Story: add target times where missing
[ci skip] Fixes #3626
1 parent 0d92de2 commit 0b3ff9e

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

data/levels/world1/entrance_cave.stl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
(name (_ "Entrance to the Cave"))
44
(author "Carsten Wirtz")
55
(license "CC-BY-SA 4.0 International")
6+
(target-time 80)
67
(allow-item-pocket "inherit")
78
(icon "")
89
(icon-locked "")
@@ -142,7 +143,6 @@
142143
)
143144
(dispenser
144145
(z-pos 55)
145-
(glinting #f)
146146
(cycle 5)
147147
(objects
148148
(haywire
@@ -158,7 +158,6 @@
158158
)
159159
(dispenser
160160
(z-pos 55)
161-
(glinting #f)
162161
(cycle 5)
163162
(objects
164163
(haywire

data/levels/world1/shattered_bridge.stl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
(name (_ "Shattered Bridge"))
44
(author "Carsten Wirtz")
55
(license "CC-BY-SA 4.0 International")
6+
(target-time 80)
67
(allow-item-pocket "inherit")
78
(icon "")
89
(icon-locked "")

data/levels/world1/under_the_ice.stl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
(name (_ "Under the Ice"))
44
(author "Carsten Wirtz")
55
(license "CC-BY-SA 4.0 International")
6+
(target-time 65)
67
(allow-item-pocket "inherit")
78
(icon "")
89
(icon-locked "")

data/levels/world2/ghosttree_boss.stl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
(name (_ "Roots of All Evil"))
44
(author "Carsten Wirtz")
55
(license "CC-BY-SA 4.0 International")
6+
(target-time 95)
67
(allow-item-pocket "inherit")
78
(icon "")
89
(icon-locked "")

data/levels/world2/home_dead_home.stl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
(name (_ "Home Dead Home"))
44
(author "Carsten Wirtz")
55
(license "CC-BY-SA 4.0 International")
6+
(target-time 120)
67
(allow-item-pocket "inherit")
78
(icon "")
89
(icon-locked "")

0 commit comments

Comments
 (0)