moved to new understanding of what a wave is

This commit is contained in:
2026-02-07 10:35:03 +11:00
parent 8f14012fff
commit fd9b62faba
41 changed files with 131 additions and 474 deletions

View 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