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

fix: 调整子弹逻辑和粒子效果参数

修复子弹逻辑中hitbox和track的显示顺序问题,优化LGBTBoom粒子效果参数:
- 调整粒子数量从10增加到20
- 修改粒子初始速度和大小曲线
- 更新颜色渐变和透明度曲线
This commit is contained in:
2025-09-18 22:38:56 +08:00
parent 8e68d8775b
commit a19c868aee
2 changed files with 10 additions and 10 deletions
@@ -12,8 +12,8 @@ func ai():
rotation = launcher.position.angle_to_point(launcher.currentFocusedBoss.getTrackingAnchor())
hitbox.disabled = true
else:
track.visible = false
hitbox.disabled = false
damage = speed / 5
PresetBulletAI.forward(self, rotation)
speed *= 1.2
track.visible = false
hitbox.disabled = false