Commit 65a665ba authored by haiyoucuv's avatar haiyoucuv

上传

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