Make mobile counters scale with card size

This commit is contained in:
Krazy
2017-06-25 21:08:31 +00:00
parent a1913a789f
commit 02d52f3fe1
2 changed files with 22 additions and 12 deletions

View File

@@ -54,6 +54,9 @@ public class Main {
}
}
screenWidth = 1900;
screenHeight = 1300;
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
config.resizable = false;
config.width = desktopMode ? desktopScreenWidth : screenWidth;