mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-13 08:15:20 +07:00
Recommitting the window size configs (will be used over cli args in future)
This commit is contained in:
parent
ffdd9e75c5
commit
e3588a6c88
@ -75,6 +75,8 @@ public class DesktopLauncher {
|
||||
config.addIcon("ic_launcher_32.png", Files.FileType.Internal);
|
||||
config.addIcon("ic_launcher_16.png", Files.FileType.Internal);
|
||||
config.resizable = false;
|
||||
//config.width = 1280;//853;
|
||||
//config.height = 720;//480;
|
||||
config.allowSoftwareMode = cmd != null && cmd.hasOption("allowSoftwareMode");
|
||||
|
||||
int width = NumberUtils.toInt(cmd.getOptionValue('i', "853"));
|
||||
|
Loading…
Reference in New Issue
Block a user