Updated resources and working Player scene to share the same variables
as the new component setup.
This commit is contained in:
parent
9b3841775c
commit
5d2efe9983
5 changed files with 16 additions and 19 deletions
|
|
@ -11,4 +11,5 @@ extends Resource
|
|||
@export var projectiles: int = 2
|
||||
@export var rate: float = 0.1
|
||||
@export var cooldown: float = 0.25
|
||||
@export var spacing: float = 35
|
||||
@export var projectile_spacing: float = 35
|
||||
@export var projectile_origin: int = -23
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue