Commit efbfa478 authored by asdf's avatar asdf

去掉测试骨骼

parent 379e5d5c
......@@ -68,9 +68,9 @@ cc.Class({
var imageUrl = this.data.tex_png;
var skeUrl = this.data.ske_json;
var atlasUrl = this.data.tex_json;
imageUrl = 'http://127.0.0.1/walkingfish_tex.png';
skeUrl = 'http://127.0.0.1/walkingfish_ske.json';
atlasUrl = 'http://127.0.0.1/walkingfish_tex.json';
// imageUrl = 'http://127.0.0.1/walkingfish_tex.png';
// skeUrl = 'http://127.0.0.1/walkingfish_ske.json';
// atlasUrl = 'http://127.0.0.1/walkingfish_tex.json';
cc.assetManager.loadAny([{ url: atlasUrl, ext: '.txt' }, { url: skeUrl, ext: '.txt' }], (error, assets) => {
if (error) {
console.log(error)
......
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