去掉大部分 调试信息

This commit is contained in:
2025-08-21 14:33:42 +08:00
parent 92faa0fe09
commit 213149881c
27 changed files with 164 additions and 164 deletions

View File

@@ -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)
}