Skip to content

Commit e7b5673

Browse files
committed
fixup text
1 parent 968d16b commit e7b5673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/scenes/MenuScene.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class MenuScene extends Phaser.Scene {
2222

2323
document.fonts.load('16px "Monogram"').then(() => {
2424
this.add
25-
.text(width / 2, height - 32, "Win prizes on Fri & Sat!", {
25+
.text(width / 2, height - 32, "Hello Gamescom 2025!", {
2626
fontFamily: "Monogram",
2727
fontSize: "16px",
2828
color: "#0f380f",

0 commit comments

Comments
 (0)