Adding loads of icons and starting refactor of weapons and mods
This commit is contained in:
parent
1a959fbc0c
commit
f97521decc
4411 changed files with 74792 additions and 42 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue