Skip to content

Commit b53d8d9

Browse files
committed
Update positioning of items in gameplay screen
1 parent 5379526 commit b53d8d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/game/gameObjs/gameplayScreen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class GameplayScreen {
3939
this.wifiIcon.setOrigin(0, 0.5).setScale(0.1).setDepth(0);
4040

4141
this.calender = this.scene.add.image(
42-
this.scene.cameras.main.width - 400,
42+
this.scene.cameras.main.width - 395,
4343
headerHeight / 2,
4444
"calender",
4545
);
@@ -51,7 +51,7 @@ export class GameplayScreen {
5151
year: "numeric",
5252
});
5353
this.dateText = this.scene.add.text(
54-
this.scene.cameras.main.width - 350,
54+
this.scene.cameras.main.width - 340,
5555
headerHeight / 2,
5656
currentDate,
5757
{

0 commit comments

Comments
 (0)