Skip to content

Commit

Permalink
Adjust ui size
Browse files Browse the repository at this point in the history
  • Loading branch information
Golen87 committed Aug 20, 2024
1 parent ba5acfe commit 7729082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7729082

Please sign in to comment.