add timer before showing game over

This commit is contained in:
Fabien Freling 2020-01-12 19:35:20 +01:00
parent d2c1aa044f
commit 679b4839a8
2 changed files with 19 additions and 5 deletions

View file

@ -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"]