We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8621b commit cdb336cCopy full SHA for cdb336c
src/game/scenes/MenuScene.ts
@@ -22,7 +22,7 @@ export class MenuScene extends Phaser.Scene {
22
23
document.fonts.load('16px "Monogram"').then(() => {
24
this.add
25
- .text(width / 2, height - 32, "Play with WASD :)", {
+ .text(width / 2, height - 32, "Play with WASD & Space :)", {
26
fontFamily: "Monogram",
27
fontSize: "16px",
28
color: "#0f380f",
0 commit comments