moved to new understanding of what a wave is
This commit is contained in:
8
Scripts/Resources/level_config.gd
Normal file
8
Scripts/Resources/level_config.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
class_name LevelConfig
|
||||
extends Resource
|
||||
|
||||
@export var hero_class: HeroClass
|
||||
@export var allowed_cards: Array[Card]
|
||||
@export var waves: Array[WaveConfig]
|
||||
@export var points_blocked: Array[int]
|
||||
@export var zone: ZoneConfig
|
||||
Reference in New Issue
Block a user