We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968d16b commit e7b5673Copy full SHA for e7b5673
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