This commit is contained in:
2022-12-10 22:49:09 +01:00
parent d303e8ba89
commit a470dfeca7
12 changed files with 34 additions and 40 deletions

View File

@@ -30,6 +30,7 @@ func _on_signal_shooting():
func is_dead():
if current_speed <= 0:
current_speed = 0
game_over.emit()
return true
return false