Reworked weapons and projectiles

This commit is contained in:
2025-12-20 18:35:27 +03:00
parent 2ecc53416a
commit 8227e8bcf3
312 changed files with 2466 additions and 1376 deletions
-1
View File
@@ -101,7 +101,6 @@ func _on_health_depleted() -> void:
func _add_weapon(weapon: AbstractWeapon, weapon_position: Vector2) -> void:
weapon.position = weapon_position
weapon.rotation_degrees = weapon_rotation
add_child(weapon)
_weapons.append(weapon)