mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交新手引导
This commit is contained in:
@@ -151,7 +151,7 @@ export abstract class GFSMAnimBase extends GFSMBase{
|
||||
|
||||
//播放动画
|
||||
if(!info.track){
|
||||
console.log(`${frame.index} 播放动画-${this.spine.getComponent(GObject).nId}-`,info);
|
||||
// console.log(`${frame.index} 播放动画-${this.spine.getComponent(GObject).nId}-`,info);
|
||||
info.track = this.spine.setAnimation(this.trackIndex,info.animName,!!info.isLoop);
|
||||
this.onStartListener(info.track);
|
||||
}
|
||||
|
Reference in New Issue
Block a user