We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89bb41 commit 968d16bCopy full SHA for 968d16b
src/game/scenes/MenuScene.ts
@@ -72,7 +72,6 @@ export class MenuScene extends Phaser.Scene {
72
});
73
74
this.input.keyboard?.on("keydown", (event: KeyboardEvent) => {
75
- console.log(event.key);
76
if ([" ", "Enter"].includes(event.key)) {
77
this.selectOption();
78
}
0 commit comments