Merge branch 'new_custom_woka_scene' of github.com:thecodingmachine/workadventure into new_custom_woka_scene

This commit is contained in:
Piotr 'pwh' Hanusiak
2022-04-04 14:20:48 +02:00
5 changed files with 9 additions and 10 deletions
+1 -3
View File
@@ -9,7 +9,6 @@ import { get } from "svelte/store";
import { localeDetector } from "../../i18n/locales";
import { PlayerTextures } from "../Entity/PlayerTextures";
import { PUSHER_URL } from "../../Enum/EnvironmentVariable";
import { CustomizeSceneName } from "./CustomizeScene";
export const EntrySceneName = "EntryScene";
@@ -47,8 +46,7 @@ export class EntryScene extends Scene {
// Let's rescale before starting the game
// We can do it at this stage.
waScaleManager.applyNewSize();
// this.scene.start(nextSceneName);
this.scene.start(CustomizeSceneName);
this.scene.start(nextSceneName);
})
.catch((err) => {
const $LL = get(LL);