Updated resources and working Player scene to share the same variables

as the new component setup.
This commit is contained in:
Henry 2026-04-06 01:31:50 +01:00
parent 9b3841775c
commit 5d2efe9983
5 changed files with 16 additions and 19 deletions

View file

@ -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