Added health system

This commit is contained in:
2025-11-08 14:31:32 +03:00
parent 8f7e7aa78f
commit 82058a0dee
28 changed files with 228 additions and 26 deletions
+4
View File
@@ -28,3 +28,7 @@ func _physics_process(delta: float) -> void:
if Input.is_action_pressed(weapon_actions[index][1]):
ship.reload(weapons[index])
func _on_ship_destroyed() -> void:
queue_free()