Skip to content

Commit

Permalink
Scale down remote UI a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant committed Nov 8, 2024
1 parent ffb3081 commit 812dac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StompboxRemote/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

StompboxGame game = new StompboxGame();

int width = 1200;
int height = 640;
int width = 1000;
int height = 540;

if (StompboxGame.InterfaceType == EStompboxInterfaceType.Mobile)
{
Expand Down

0 comments on commit 812dac1

Please sign in to comment.