Skip to content

Commit 631a827

Browse files
committed
Change menutext for zfx shanghai
1 parent d40ed31 commit 631a827

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, "Hello Gamescom 2025!", {
25+
.text(width / 2, height - 32, "Hello ZFX Shanghai 2025!", {
2626
fontFamily: "Monogram",
2727
fontSize: "16px",
2828
color: "#0f380f",

0 commit comments

Comments
 (0)