技能继续调整
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user