File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ __meta__ = {
363
363
}
364
364
365
365
[node name ="TextTimeout" type ="Timer" parent ="." ]
366
- wait_time = 5 .0
366
+ wait_time = 6 .0
367
367
autostart = true
368
368
369
369
[node name ="Controls" type ="Label" parent ="." ]
@@ -392,6 +392,7 @@ shape = SubResource( 24 )
392
392
393
393
[node name ="DefeatBox" type ="Position2D" parent ="." ]
394
394
position = Vector2 ( 351.014 , 32.0724 )
395
+
395
396
[connection signal ="animation_finished" from ="Tank1/ExplosionAnim" to ="Tank1" method ="_on_ExplosionAnim_animation_finished" ]
396
397
[connection signal ="finished" from ="Tank1/SoundFire" to ="Tank1" method ="_on_SoundFire_finished" ]
397
398
[connection signal ="finished" from ="Tank1/SoundExplosion" to ="Tank1" method ="_on_SoundExplosion_finished" ]
Original file line number Diff line number Diff line change @@ -362,7 +362,8 @@ __meta__ = {
362
362
}
363
363
364
364
[node name ="Timer" type ="Timer" parent ="." ]
365
- wait_time = 3 .0
365
+ wait_time = 6 .0
366
366
autostart = true
367
+
367
368
[connection signal ="timeout" from ="Score/TimerSetup" to ="Score" method ="_on_TimerSetup_timeout" ]
368
369
[connection signal ="timeout" from ="Timer" to ="." method ="_on_Timer_timeout" ]
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ config_version=4
10
10
11
11
_global_script_classes =[ ]
12
12
_global_script_class_icons ={
13
-
14
13
}
15
14
16
15
[application ]
You can’t perform that action at this time.
0 commit comments