1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00

feat: 修改默认波次配置为玩笑模式并调整Kernyr显示

将默认波次配置从正常模式改为玩笑模式,同时调整Kernyr角色的显示比例和贴图
This commit is contained in:
2026-03-28 15:40:19 +08:00
parent 7c1cdc05d4
commit 4727e26218
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ static var WAVE_JUSTJOKE = [
Wave.create("Kernyr", 0, 0, true, 0, INF, 1),
]
static var WAVE_EMPTY = []
static var waveConfig = [WAVE_NORMAL, 1]
static var waveConfig = [WAVE_JUSTJOKE, 1]
static var current: int = startWith(1) if WorldManager.isRelease() else startWith(waveConfig[1])
static var data = WAVE_NORMAL if WorldManager.isRelease() else waveConfig[0]