downgraded phaser version to 3.24.1
This commit is contained in:
parent
8eebed1829
commit
f2c3d6f158
5 changed files with 18 additions and 18 deletions
|
@ -60,7 +60,7 @@ export class UserInputManager {
|
|||
}
|
||||
|
||||
clearAllInputKeyboard(){
|
||||
this.Scene.input.keyboard.removeAllKeys();
|
||||
this.Scene.input.keyboard.removeAllListeners();
|
||||
}
|
||||
|
||||
getEventListForGameTick(): ActiveEventList {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue