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
+2
View File
@@ -13,3 +13,5 @@ size = Vector2(48, 32)
acceleration = 92
deceleration = 46
max_speed = 92
[connection signal="destroyed" from="Ship" to="." method="_on_ship_destroyed"]