1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-06 19:57:12 +08:00

feat: 更新调试配置并添加魔法导弹组件

修改调试模式下的波次配置,将测试BOSS改为普通波次
新增魔法导弹武器组件,包含显示名称、品质和资源引用
This commit is contained in:
2026-04-18 10:16:04 +08:00
parent 24051ce9e2
commit b691618bed
2 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ static var WAVE_MOWING = [
]
static var WAVE_EMPTY = []
static var waveReleaseConfig = [WAVE_TESTBOSS_ALL, 1]
static var waveDebugConfig = [WAVE_TESTBOSS_ALL, 1]
static var waveDebugConfig = [WAVE_NORMAL, 1]
static var current: int = startWith(waveReleaseConfig[1]) if WorldManager.isRelease() else startWith(waveDebugConfig[1])
static var data = waveReleaseConfig[0] if WorldManager.isRelease() else waveDebugConfig[0]