1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-05 19:27:15 +08:00

refactor(VolcanoShadow): 简化子弹AI逻辑并调整属性

feat(WhiteSoul): 提高基础攻击力至15点
refactor(Volcano): 调整伤害计算公式
refactor(VolcanoShadow.tscn): 优化场景配置并移除冗余动画
This commit is contained in:
2026-04-12 16:29:59 +08:00
parent 195d4091c2
commit a69c0b735e
4 changed files with 21 additions and 77 deletions
+1 -2
View File
@@ -2,5 +2,4 @@ extends BulletBase
class_name VolcanoShadow
func ai():
speed = initialSpeed * (1 - animator.current_animation_position / animator.current_animation_length)
PresetBulletAI.forward(self, rotation)
PresetBulletAI.forward(self , rotation)