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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user