Commit ac05f613 authored by 范雪寒's avatar 范雪寒

fix: 骨骼动画加载同步问题

parent 4ea6b276
......@@ -116,8 +116,9 @@ cc.Class({
ske_json: OP26.data_mgr.data.ske_json1,
tex_png: OP26.data_mgr.data.tex_png1,
}
OP26.res_mgr.loadSpine(this.dragonItem, Info);
OP26.res_mgr.loadSpine(this.dragonItem, Info, () => {
this.playDragon("finish");
});
},
//播放星星动画
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment