set some slightly arbitrary time variables in other two levels, just so the time bonus shard is possible in them
This commit is contained in:
parent
076a91b43b
commit
3e2c6a5f6c
2 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,8 @@ extents = Vector2( 4, 128 )
|
|||
[node name="Map" type="Node2D" groups=["map"]]
|
||||
pause_mode = 1
|
||||
script = ExtResource( 2 )
|
||||
target_time_any = 80
|
||||
target_time_100 = 180
|
||||
music = ExtResource( 22 )
|
||||
|
||||
[node name="Camera2D" parent="." instance=ExtResource( 1 )]
|
||||
|
|
|
@ -31,6 +31,8 @@ extents = Vector2( 4, 96 )
|
|||
[node name="Map2" type="Node2D" groups=["map"]]
|
||||
pause_mode = 1
|
||||
script = ExtResource( 11 )
|
||||
target_time_any = 80
|
||||
target_time_100 = 180
|
||||
music = ExtResource( 12 )
|
||||
|
||||
[node name="Camera2D" parent="." instance=ExtResource( 6 )]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue