add timer before showing game over
This commit is contained in:
parent
d2c1aa044f
commit
679b4839a8
2 changed files with 19 additions and 5 deletions
|
@ -81,3 +81,4 @@ process_material = SubResource( 2 )
|
|||
[node name="Timer" type="Timer" parent="."]
|
||||
wait_time = 2.0
|
||||
one_shot = true
|
||||
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue