Fix to use clear All Keys
This commit is contained in:
@@ -269,7 +269,7 @@ export class MenuScene extends Phaser.Scene {
|
||||
middleX = 0;
|
||||
}
|
||||
|
||||
gameManager.getCurrentGameScene(this).userInputManager.clearAllInputKeyboard();
|
||||
gameManager.getCurrentGameScene(this).userInputManager.clearAllKeys();
|
||||
|
||||
this.tweens.add({
|
||||
targets: this.gameReportElement,
|
||||
|
||||
Reference in New Issue
Block a user