Added CannonWeapon textures

This commit is contained in:
2025-11-19 15:32:03 +03:00
parent 721d38e9d1
commit 77b03e4b73
25 changed files with 443 additions and 36 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ extends AbstractShip
func _ready() -> void:
super._ready()
for weapon in _weapons:
weapon.belonging = AbstractWeapon.Belonging.PLAYER
weapon.set_belonging(AbstractWeapon.Belonging.PLAYER)