We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5379526 commit b53d8d9Copy full SHA for b53d8d9
1 file changed
client/src/game/gameObjs/gameplayScreen.ts
@@ -39,7 +39,7 @@ export class GameplayScreen {
39
this.wifiIcon.setOrigin(0, 0.5).setScale(0.1).setDepth(0);
40
41
this.calender = this.scene.add.image(
42
- this.scene.cameras.main.width - 400,
+ this.scene.cameras.main.width - 395,
43
headerHeight / 2,
44
"calender",
45
);
@@ -51,7 +51,7 @@ export class GameplayScreen {
51
year: "numeric",
52
});
53
this.dateText = this.scene.add.text(
54
- this.scene.cameras.main.width - 350,
+ this.scene.cameras.main.width - 340,
55
56
currentDate,
57
{
0 commit comments