mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-30 06:38:11 +07:00
Minor changes
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user