Added CannonWeapon textures
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user