Added first setup of level-based system

This commit is contained in:
2026-02-05 05:03:53 +11:00
parent 2bacff5b7d
commit 067d8c29af
57 changed files with 906 additions and 82 deletions

7
Scripts/wave_config.gd Normal file
View File

@@ -0,0 +1,7 @@
class_name WaveConfig extends Resource
@export var enemies: Dictionary[Enemy, int]
@export var station: Data.Rarity
@export var new_shop: bool
@export var rewards_blank_cassette: bool
@export var bonus_cash: int