We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811bf5d commit 9d04a9aCopy full SHA for 9d04a9a
1 file changed
client/src/scene/type/JoinGameScene.ts
@@ -58,7 +58,7 @@ export class JoinGameScene extends Scene {
58
this.addActor(this.serverTextBox);
59
60
const infoLabel = new Label({
61
- text: "Enter server code: (e.g. ED2FG)",
+ text: "Enter server IP:",
62
font: "24px serif",
63
fontColor: "white"
64
});
@@ -100,7 +100,7 @@ export class JoinGameScene extends Scene {
100
width: 242,
101
height: 62,
102
fontColor: "white",
103
- onClicked: () => {}
+ onClicked: () => { }
104
})
105
);
106
0 commit comments