Commit a8fbcdf3 authored by wjf's avatar wjf

l

parent e8f46f03
...@@ -145,8 +145,8 @@ export class LoadingScene extends Scene { ...@@ -145,8 +145,8 @@ export class LoadingScene extends Scene {
.call(() => { .call(() => {
if (pro >= 1) { if (pro >= 1) {
this.removeEventListener(FYGE.Event.PROGRESS, this.progressEvent, this); this.removeEventListener(FYGE.Event.PROGRESS, this.progressEvent, this);
// changeScene(MapScene, { from: "loading" }) changeScene(MapScene, { from: "loading" })
changeScene(LotteryScene,{level:1}); // changeScene(LotteryScene,{level:1});
} }
}) })
// this.lastP=p // this.lastP=p
......
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