Commit a2858aa9 authored by Li Mingzhe's avatar Li Mingzhe

feat: v1.0

parents c9ecd9a7 26144dcf
......@@ -31,17 +31,16 @@ cc.Class({
// onLoad () {},
start () {
setTimeout(() => {
// setTimeout(() => {
cc.assetManager.loadBundle('tmpGame/scene_2', (err, bundle) => {
console.log('bundle: ', bundle);
bundle.loadScene('n_xuan1', (err, s) => {
cc.director.runScene(s);
})
})
// cc.director.loadScene('')
// console.log('aaa');
}, 1000);
// }, 1000);
},
// update (dt) {},
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
{
"ver": "1.2.7",
"uuid": "bbec5d49-536a-4dcd-a536-d9f5f954d854",
"asyncLoadAssets": false,
"autoReleaseAssets": true,
"subMetas": {}
}
\ No newline at end of file
......@@ -176,7 +176,7 @@ export async function http(type, url, data) {
}
};
xhr.open(type, url, true);
// xhr.setRequestHeader("Content-Type","application/json; charset=utf-8");
xhr.setRequestHeader("Content-Type","application/json; charset=utf-8");
xhr.send(JSON.stringify(data));
});
}
{
"ver": "2.3.5",
"uuid": "9dcaf5f2-c0eb-4f92-8b96-5c5ee4360816",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 10,
"height": 10,
"platformSettings": {},
"subMetas": {
"loading_bg": {
"ver": "1.0.4",
"uuid": "a31135f5-f1ae-4e41-ae60-1bf92ebbdf65",
"rawTextureUuid": "9dcaf5f2-c0eb-4f92-8b96-5c5ee4360816",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 10,
"height": 10,
"rawWidth": 10,
"rawHeight": 10,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "abd4d5ea-e752-4121-bbfd-f2525d1af9bd",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 265,
"height": 265,
"platformSettings": {},
"subMetas": {
"loading_icon": {
"ver": "1.0.4",
"uuid": "289902a0-e926-4f4e-92ab-f4e45becde5d",
"rawTextureUuid": "abd4d5ea-e752-4121-bbfd-f2525d1af9bd",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetY": 0,
"trimX": 8,
"trimY": 4,
"width": 250,
"height": 257,
"rawWidth": 265,
"rawHeight": 265,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"appid": "wxa082c58c5b503561",
"appid": "wxe5b8afe35e915c1c",
"orientation": "landscape",
"separate_engine": false,
"REMOTE_SERVER_ROOT": "",
......
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