Skip to content

Commit ff4eacc

Browse files
committed
Increase time instruction on screen
1 parent acc71e3 commit ff4eacc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Level2.tscn

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ __meta__ = {
363363
}
364364

365365
[node name="TextTimeout" type="Timer" parent="."]
366-
wait_time = 5.0
366+
wait_time = 6.0
367367
autostart = true
368368

369369
[node name="Controls" type="Label" parent="."]
@@ -392,6 +392,7 @@ shape = SubResource( 24 )
392392

393393
[node name="DefeatBox" type="Position2D" parent="."]
394394
position = Vector2( 351.014, 32.0724 )
395+
395396
[connection signal="animation_finished" from="Tank1/ExplosionAnim" to="Tank1" method="_on_ExplosionAnim_animation_finished"]
396397
[connection signal="finished" from="Tank1/SoundFire" to="Tank1" method="_on_SoundFire_finished"]
397398
[connection signal="finished" from="Tank1/SoundExplosion" to="Tank1" method="_on_SoundExplosion_finished"]

World.tscn

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,8 @@ __meta__ = {
362362
}
363363

364364
[node name="Timer" type="Timer" parent="."]
365-
wait_time = 3.0
365+
wait_time = 6.0
366366
autostart = true
367+
367368
[connection signal="timeout" from="Score/TimerSetup" to="Score" method="_on_TimerSetup_timeout"]
368369
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]

project.godot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ config_version=4
1010

1111
_global_script_classes=[ ]
1212
_global_script_class_icons={
13-
1413
}
1514

1615
[application]

0 commit comments

Comments
 (0)