Added game over/restart UI and player behaviours.

This commit is contained in:
Henry 2025-12-09 14:06:00 +00:00
parent ef773a1ec5
commit 7ea6f72e72
3 changed files with 16 additions and 1 deletions

View file

@ -16,6 +16,7 @@ func _ready():
start()
func start():
show()
shield = max_shield
position = Vector2(screensize.x / 2, screensize.y - 64)
$GunCooldown.wait_time = cooldown