set graveyard and station target time
This commit is contained in:
parent
3a0c14787c
commit
048d63a353
2 changed files with 5 additions and 2 deletions
|
@ -31,6 +31,8 @@
|
|||
[node name="Map" type="Node2D" groups=["map"]]
|
||||
pause_mode = 1
|
||||
script = ExtResource( 2 )
|
||||
target_time_any = 35
|
||||
target_time_100 = 160
|
||||
music = ExtResource( 11 )
|
||||
lore_entries = [ ExtResource( 25 ), ExtResource( 26 ), ExtResource( 23 ), ExtResource( 24 ) ]
|
||||
next_level = ExtResource( 27 )
|
||||
|
|
|
@ -57,6 +57,7 @@ extents = Vector2( 4, 120 )
|
|||
[node name="Map" type="Node2D" groups=["map"]]
|
||||
pause_mode = 1
|
||||
script = ExtResource( 1 )
|
||||
target_time_100 = 430
|
||||
music = ExtResource( 9 )
|
||||
lore_entries = [ ExtResource( 30 ), ExtResource( 29 ), ExtResource( 25 ) ]
|
||||
next_level = ExtResource( 34 )
|
||||
|
@ -124,7 +125,7 @@ position = Vector2( 40, 176 )
|
|||
tile_set = ExtResource( 14 )
|
||||
cell_size = Vector2( 8, 8 )
|
||||
format = 1
|
||||
tile_data = PoolIntArray( 393226, 536870912, 196609, 458762, 536870912, 196609, 524298, 536870912, 196609, 589834, 536870912, 196609, 589853, 536870912, 196609, 655376, 0, 196609, 655389, 536870912, 196609, 720912, 0, 196609, 720925, 536870912, 196609, 786448, 0, 196609, 786461, 536870912, 196609, 851984, 0, 196609, 1048648, 0, 196609, 1114155, 0, 196609, 1114184, 0, 196609, 1179651, 536870912, 196609, 1179675, 0, 196609, 1179691, 0, 196609, 1179720, 0, 196609, 1245187, 536870912, 196609 )
|
||||
tile_data = PoolIntArray( 393226, 536870912, 196609, 458762, 536870912, 196609, 524298, 536870912, 196609, 589834, 536870912, 196609, 589853, 536870912, 196609, 655376, 0, 196609, 655389, 536870912, 196609, 720912, 0, 196609, 720925, 536870912, 196609, 786448, 0, 196609, 786461, 536870912, 196609, 851984, 0, 196609, 851997, 536870912, 196609, 1048648, 0, 196609, 1114155, 0, 196609, 1114184, 0, 196609, 1179651, 536870912, 196609, 1179675, 0, 196609, 1179691, 0, 196609, 1179720, 0, 196609, 1245187, 536870912, 196609 )
|
||||
|
||||
[node name="Exit" parent="." instance=ExtResource( 5 )]
|
||||
position = Vector2( 8, 164 )
|
||||
|
@ -256,7 +257,7 @@ scale = Vector2( 1, 3 )
|
|||
|
||||
[node name="Ladder4" parent="Environment" instance=ExtResource( 7 )]
|
||||
position = Vector2( 232, 72 )
|
||||
scale = Vector2( 1, 4 )
|
||||
scale = Vector2( 1, 5 )
|
||||
|
||||
[node name="Ladder5" parent="Environment" instance=ExtResource( 7 )]
|
||||
position = Vector2( 216, 144 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue