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

feat(游戏内容): 更新测试波次数据并添加酸风武器

将测试波次从WAVE_TESTBOSS_CHICK改为WAVE_TESTBOSS_KUKE
为公鸡角色添加酸风武器组件
This commit is contained in:
2026-03-25 06:21:13 +08:00
parent 33c3e8a0ea
commit 4a35a53582
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ static var WAVE_JUSTJOKE = [
Wave.create("Kernyr", 0, 0, true, 0, INF, 1),
]
static var WAVE_EMPTY = []
static var data = WAVE_NORMAL if WorldManager.isRelease() else WAVE_TESTBOSS_CHICK
static var data = WAVE_NORMAL if WorldManager.isRelease() else WAVE_TESTBOSS_KUKE
static func create(
entity_: String,