Commit a8fbcdf3 authored by wjf's avatar wjf

l

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