boss update
This commit is contained in:
parent
c885095bc1
commit
0c0cc1d5f1
16 changed files with 201 additions and 295 deletions
9
wave.gd
Normal file
9
wave.gd
Normal file
|
@ -0,0 +1,9 @@
|
|||
extends Resource
|
||||
|
||||
class_name Wave
|
||||
|
||||
@export var enemies: Array[WaveEnemy]
|
||||
@export var quantities: Array[int]
|
||||
@export var spawning_duration: float = 1
|
||||
@export var wait: float = 1
|
||||
@export var wait_for_killed = false
|
Loading…
Add table
Add a link
Reference in a new issue