去掉大部分 调试信息
This commit is contained in:
@@ -20,7 +20,7 @@ export default class HeroAnmComp extends Component{
|
||||
this._hasStop = true;
|
||||
}
|
||||
onAnimationFinished(type:Animation.EventType, state:AnimationState){
|
||||
console.log("[HeroAnmComp]: 动画播放完毕",state.name)
|
||||
// console.log("[HeroAnmComp]: 动画播放完毕",state.name)
|
||||
if(state.name!="idle"&&state.name!="move"){
|
||||
this.anmcon.play(this.default_anim)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user