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

fix: 调整测试关卡和子弹反弹逻辑

将测试关卡从WAVE_TESTBOSS_KUKE改为WAVE_JUSTJOKE
修改子弹碰撞逻辑,改为反弹子弹而非摧毁,以测试平衡性
This commit is contained in:
2026-03-25 22:06:08 +08:00
parent 4a35a53582
commit cc90a4caab
2 changed files with 5 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_KUKE
static var data = WAVE_NORMAL if WorldManager.isRelease() else WAVE_JUSTJOKE
static func create(
entity_: String,