fix(hero): 移除死亡动画播放逻辑

移除 HeroSpine、HeroViewComp 和 HeroAnmComp 中与死亡动画相关的播放调用和状态检查。因为死亡动画可能已整合到其他特效或逻辑中,继续播放会导致视觉或逻辑冲突。
This commit is contained in:
panw
2026-04-01 09:15:53 +08:00
parent 62ab385f35
commit 38f0863583
3 changed files with 4 additions and 7 deletions

View File

@@ -67,7 +67,7 @@ export class HeroSpine extends Component {
this.anm.atked()
}
dead(){
this.anm.dead()
}
do_buff(){
this.anm.buff()