mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
Make mobile counters scale with card size
This commit is contained in:
@@ -54,6 +54,9 @@ public class Main {
|
||||
}
|
||||
}
|
||||
|
||||
screenWidth = 1900;
|
||||
screenHeight = 1300;
|
||||
|
||||
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
|
||||
config.resizable = false;
|
||||
config.width = desktopMode ? desktopScreenWidth : screenWidth;
|
||||
|
||||
Reference in New Issue
Block a user