Skip to content

Commit

Permalink
Increase time instruction on screen
Browse files Browse the repository at this point in the history
  • Loading branch information
bblodget committed Jul 14, 2021
1 parent acc71e3 commit ff4eacc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Level2.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ __meta__ = {
}

[node name="TextTimeout" type="Timer" parent="."]
wait_time = 5.0
wait_time = 6.0
autostart = true

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

[node name="DefeatBox" type="Position2D" parent="."]
position = Vector2( 351.014, 32.0724 )

[connection signal="animation_finished" from="Tank1/ExplosionAnim" to="Tank1" method="_on_ExplosionAnim_animation_finished"]
[connection signal="finished" from="Tank1/SoundFire" to="Tank1" method="_on_SoundFire_finished"]
[connection signal="finished" from="Tank1/SoundExplosion" to="Tank1" method="_on_SoundExplosion_finished"]
Expand Down
3 changes: 2 additions & 1 deletion World.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@ __meta__ = {
}

[node name="Timer" type="Timer" parent="."]
wait_time = 3.0
wait_time = 6.0
autostart = true

[connection signal="timeout" from="Score/TimerSetup" to="Score" method="_on_TimerSetup_timeout"]
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]
1 change: 0 additions & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ config_version=4

_global_script_classes=[ ]
_global_script_class_icons={

}

[application]
Expand Down

0 comments on commit ff4eacc

Please sign in to comment.