Updated architecture so WeaponComponent uses an exported array to store
weapon resources.
This commit is contained in:
parent
63ed0aae3a
commit
cf172bc546
7 changed files with 88 additions and 36 deletions
|
|
@ -14,4 +14,4 @@ extends Resource
|
|||
|
||||
@export_category("Spread")
|
||||
@export var horizontal_offset: float = 6.5 # Horizontal distance between projectiles
|
||||
@export var stagger_offset: float = 5 # Time delay per projectile index
|
||||
@export var stagger_offset: float = 0.1 # Time delay per projectile index
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue