Attempting to refactor the previously working self contained equidistent
code in the player.gd.
This commit is contained in:
parent
5d2efe9983
commit
d419635d7f
15 changed files with 153 additions and 46 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue