技能继续调整

This commit is contained in:
walkpan
2025-11-01 11:15:11 +08:00
parent 47509af7a1
commit 2b8ba46759
19 changed files with 999 additions and 150 deletions

View File

@@ -47,4 +47,8 @@ export default class HeroAnmComp extends Component{
if(this.anmcon.getState("buff").isPlaying) return
this.anmcon.play("buff")
}
dead(){
if(this.anmcon.getState("dead").isPlaying) return
this.anmcon.play("dead")
}
}