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
+2 -1
View File
@@ -8,11 +8,12 @@ const PLAYER_PROJECTILE_LAYER = 8
const ENEMY_PROJECTILE_LAYER = 16
@export_range(0, 1000) var speed : int = 0
@export_range(0, 2000) var speed : int = 0
@export var direction : Vector2
var ship_velocity: Vector2
var weapon : AbstractWeapon
var _velocity: Vector2