Adding loads of icons and starting refactor of weapons and mods

This commit is contained in:
Dan Baker 2025-05-07 08:57:34 +01:00
parent 1a959fbc0c
commit f97521decc
4411 changed files with 74792 additions and 42 deletions

View file

@ -7,7 +7,7 @@ signal on_destroyed(projectile)
@export var speed: float = 500.0
@export var damage: float = 10.0
@export var lifetime: float = 5.0
@export var lifetime: float = 2
@export var direction: Vector2 = Vector2.RIGHT
@export var target_position: Vector2
@export var is_friendly: bool = true