From 7729082c9fe48d7cf285cfaff5765729cc0b1c6d Mon Sep 17 00:00:00 2001 From: Golen Date: Tue, 20 Aug 2024 13:45:56 +0200 Subject: [PATCH] Adjust ui size --- src/components/UI.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/UI.ts b/src/components/UI.ts index e20b3e6..2ce4424 100644 --- a/src/components/UI.ts +++ b/src/components/UI.ts @@ -23,7 +23,7 @@ export class UI extends Phaser.GameObjects.Container { scene.add.existing(this); this.scene = scene; - const panelWidth = 350; + const panelWidth = 330; const panelHeight = 500; const pad = 13;