Attempting to refactor the previously working self contained equidistent

code in the player.gd.
This commit is contained in:
Henry 2026-04-06 12:46:36 +01:00
parent 5d2efe9983
commit d419635d7f
15 changed files with 153 additions and 46 deletions

View file

@ -9,7 +9,7 @@ extends Resource
@export var damage: int = 1
@export var speed: int = 135
@export var projectiles: int = 2
@export var rate: float = 0.1
@export var cooldown: float = 0.25
@export var projectile_spacing: float = 35
@export var projectile_origin: int = -23
@export var rate: float = 0.1
@export var cooldown: float = 0.25