- Key up m when user write message
 - Size game share
This commit is contained in:
Gregoire Parant 2021-04-13 12:30:15 +02:00
parent 2a6221afe2
commit 4119f69879
2 changed files with 4 additions and 3 deletions

View file

@ -440,9 +440,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();