We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 968d16b + e7b5673 commit fe14aa4Copy full SHA for fe14aa4
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, "Win prizes on Fri & Sat!", {
+ .text(width / 2, height - 32, "Hello Gamescom 2025!", {
26
fontFamily: "Monogram",
27
fontSize: "16px",
28
color: "#0f380f",
0 commit comments