Minor changes

This commit is contained in:
Collin Smith
2019-03-05 21:22:26 -08:00
parent c52d4aa4b6
commit fa15a81bf6
4 changed files with 14 additions and 4 deletions

View File

@ -71,8 +71,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 = 853;
config.height = 480;
config.width = 1280;//853;
config.height = 720;//480;
//config.width = Diablo.VIRTUAL_WIDTH;
//config.height = Diablo.VIRTUAL_HEIGHT;
config.allowSoftwareMode = cmd != null && cmd.hasOption("allowSoftwareMode");