Removing Customize as defaut scene
This commit is contained in:
parent
9e5c6d14e4
commit
47b26d9a6c
@ -9,7 +9,6 @@ import { get } from "svelte/store";
|
|||||||
import { localeDetector } from "../../i18n/locales";
|
import { localeDetector } from "../../i18n/locales";
|
||||||
import { PlayerTextures } from "../Entity/PlayerTextures";
|
import { PlayerTextures } from "../Entity/PlayerTextures";
|
||||||
import { PUSHER_URL } from "../../Enum/EnvironmentVariable";
|
import { PUSHER_URL } from "../../Enum/EnvironmentVariable";
|
||||||
import { CustomizeSceneName } from "./CustomizeScene";
|
|
||||||
|
|
||||||
export const EntrySceneName = "EntryScene";
|
export const EntrySceneName = "EntryScene";
|
||||||
|
|
||||||
@ -47,8 +46,7 @@ export class EntryScene extends Scene {
|
|||||||
// Let's rescale before starting the game
|
// Let's rescale before starting the game
|
||||||
// We can do it at this stage.
|
// We can do it at this stage.
|
||||||
waScaleManager.applyNewSize();
|
waScaleManager.applyNewSize();
|
||||||
// this.scene.start(nextSceneName);
|
this.scene.start(nextSceneName);
|
||||||
this.scene.start(CustomizeSceneName);
|
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
const $LL = get(LL);
|
const $LL = get(LL);
|
||||||
|
Loading…
Reference in New Issue
Block a user