Commit 5ff9c5bf authored by asdf's avatar asdf

去掉本地资源

parent f578e873
...@@ -37,9 +37,9 @@ cc.Class({ ...@@ -37,9 +37,9 @@ cc.Class({
var imageUrl = this.data.optionDragonBone.texPngData.url; var imageUrl = this.data.optionDragonBone.texPngData.url;
var skeUrl = this.data.optionDragonBone.skeJsonData.url; var skeUrl = this.data.optionDragonBone.skeJsonData.url;
var atlasUrl = this.data.optionDragonBone.texJsonData.url; var atlasUrl = this.data.optionDragonBone.texJsonData.url;
imageUrl = 'http://127.0.0.1/NewProject_2_tex.png'; // imageUrl = 'http://127.0.0.1/NewProject_2_tex.png';
skeUrl = 'http://127.0.0.1/NewProject_2_ske.json'; // skeUrl = 'http://127.0.0.1/NewProject_2_ske.json';
atlasUrl = 'http://127.0.0.1/NewProject_2_tex.json'; // atlasUrl = 'http://127.0.0.1/NewProject_2_tex.json';
// imageUrl = 'http://127.0.0.1/walkingfish_tex.png'; // imageUrl = 'http://127.0.0.1/walkingfish_tex.png';
// skeUrl = 'http://127.0.0.1/walkingfish_ske.json'; // skeUrl = 'http://127.0.0.1/walkingfish_ske.json';
......
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