Merge branch 'master' into develop
This commit is contained in:
commit
a42e873f64
6 changed files with 36 additions and 25 deletions
|
@ -468,9 +468,10 @@ export class GameScene extends ResizableScene implements CenterListener {
|
|||
this.openChatIcon = new OpenChatIcon(this, 2, this.game.renderer.height - 2)
|
||||
|
||||
// FIXME: change this to use the UserInputManager class for input
|
||||
this.input.keyboard.on('keyup-M', () => {
|
||||
// FIXME: Comment this feature because when user write M key in report input, the layout change.
|
||||
/*this.input.keyboard.on('keyup-M', () => {
|
||||
this.switchLayoutMode();
|
||||
});
|
||||
});*/
|
||||
|
||||
this.reposition();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue