Added railgun textures

This commit is contained in:
2025-11-23 17:46:57 +03:00
parent 6c142dd695
commit a6185d7ce1
14 changed files with 241 additions and 74 deletions
+1 -5
View File
@@ -19,6 +19,7 @@ const PREFIXES := {
const SHOT_POSTFIX = "_shot"
const IDLE_POSTFIX = "_idle"
const RELOAD_POSTFIX = "_reloading"
var _belonging: Belonging
@@ -76,11 +77,6 @@ func _create_projectile(ship_velocity: Vector2) -> AbstractProjectile:
return projectile
func reload() -> void:
for reloader in reloaders:
reloader.reload()
func _reloaders_can_shoot() -> bool:
for reloader in reloaders:
if not reloader.can_shoot():