Skip to content

Commit fe14aa4

Browse files
authored
Merge pull request #1 from diogotr7/fix/title-text]
fixup text
2 parents 968d16b + e7b5673 commit fe14aa4

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)