Commit 65a665ba authored by haiyoucuv's avatar haiyoucuv

上传

parent b3f4910c
......@@ -37,10 +37,6 @@ export class HomeScene extends Scene {
async start() {
AudioMgr.ins.play("audio/飞球背景音乐", true);
await store.updateIndex();
UIMgr.ins.preloadScene(MainGame);
......
......@@ -95,7 +95,7 @@
"_prefab": null,
"_lpos": {
"__type__": "cc.Vec3",
"x": 375,
"x": 375.00000000000006,
"y": 812,
"z": 0
},
......@@ -961,7 +961,7 @@
"__prefab": null,
"_contentSize": {
"__type__": "cc.Size",
"width": 749.9999999999998,
"width": 749.9999999999999,
"height": 1624
},
"_anchorPoint": {
......
......@@ -119,6 +119,8 @@ export class Start extends Component {
await changeScene(HomeScene);
AudioMgr.ins.play("audio/飞球背景音乐", true);
}
preload = (pkg) => {
......
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