different animations for previewer

This commit is contained in:
Piotr 'pwh' Hanusiak
2022-03-11 16:05:39 +01:00
parent 6d50d15630
commit 9644512d68
4 changed files with 77 additions and 21 deletions
+2 -2
View File
@@ -47,8 +47,8 @@ export class EntryScene extends Scene {
// We can do it at this stage.
waScaleManager.applyNewSize();
// this.scene.start(nextSceneName);
// this.scene.start(CustomizeSceneName);
this.scene.start(SelectCharacterSceneName);
this.scene.start(CustomizeSceneName);
// this.scene.start(SelectCharacterSceneName);
})
.catch((err) => {
const $LL = get(LL);