1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-06 11:47:13 +08:00

fix(BossAttack): 修正HeavyCrystal子弹的追踪逻辑并更改测试波次

将HeavyCrystal子弹的旋转逻辑替换为预设的追踪方法,提高追踪准确性
同时将默认测试波次改为WAVE_TESTBOSS_KUKE以便测试
This commit is contained in:
2025-09-30 20:42:27 +08:00
parent 46a22307d6
commit 5db72e079b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ static var WAVE_TESTBOSS_CHICK = [
Wave.create("Chick", 0, 0, true, 0, INF, 10),
]
static var WAVE_EMPTY = []
static var data = WAVE_NORMAL
static var data = WAVE_TESTBOSS_KUKE
static func customStart():
if false: