FIX: going to loginScene or customizeScene and then clicking next bring you back directly to the gameScene
This commit is contained in:
@@ -122,8 +122,8 @@ export class CustomizeScene extends ResizableScene {
|
||||
|
||||
gameManager.setCharacterLayers(layers);
|
||||
|
||||
this.scene.sleep(CustomizeSceneName)
|
||||
this.scene.run(EnableCameraSceneName);
|
||||
this.scene.sleep(CustomizeSceneName);
|
||||
gameManager.tryResumingGame(this, EnableCameraSceneName);
|
||||
});
|
||||
|
||||
this.input.keyboard.on('keydown-RIGHT', () => this.moveCursorHorizontally(1));
|
||||
|
||||
Reference in New Issue
Block a user