Bing chilling

This commit is contained in:
Victor Turgeon
2023-10-11 02:50:29 -04:00
parent a19250777f
commit 1b15fc10a6
3 changed files with 11 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ const ATTACK_COOLDOWN : float = 100
@export var damage : int = 0
@export var priority : int = 0
@export var expReward : int = 0
@export var bloodGen : int = 0
@export var cost : int = 0
@export var minSpawnRange : float = 0
@export var canAttack : bool = true