英雄和敌人 全死亡后,判定解决

This commit is contained in:
2025-08-12 20:20:05 +08:00
parent b77f023548
commit d464491172
18 changed files with 1731 additions and 2685 deletions

View File

@@ -48,5 +48,8 @@ export default class HeroAnmComp extends Component{
this.anmcon.play("idle")
this.default_anim='idle'
}
buff(){
if(this.anmcon.getState("buff").isPlaying) return
this.anmcon.play("buff")
}
}