Added lightning texture. Reorganized images

This commit is contained in:
2025-12-21 17:57:18 +03:00
parent 2bf70d2b49
commit 69f798f28b
92 changed files with 230 additions and 170 deletions
+1
View File
@@ -44,6 +44,7 @@ func _create_projectile(ship_velocity: Vector2) -> AbstractProjectile:
var projectile : AbstractProjectile = projectile_scene.instantiate()
projectile.global_position = global_position
projectile.ship_velocity = ship_velocity
projectile.weapon = self
if sector_angle > 0:
var sector_rad := deg_to_rad(sector_angle)