1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-30 07:51:54 +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
@@ -9,7 +9,7 @@ func register():
func ai():
if timeLived() < readyTime:
PresetBulletAI.lockLauncher(self, launcher, true)
rotation = launcher.position.angle_to_point(launcher.currentFocusedBoss.getTrackingAnchor())
PresetBulletAI.trace(self, launcher.currentFocusedBoss.getTrackingAnchor(), 0.8)
hitbox.disabled = true
else:
track.visible = false