Default screen size changed to a 16:9 ratio
This commit is contained in:
parent
962dde9db2
commit
ff859b6501
@ -9,8 +9,8 @@ public class DesktopLauncher {
|
||||
public static void main (String[] arg) {
|
||||
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
|
||||
config.title = GlobalStrings.GAME_NAME;
|
||||
config.width = 720;
|
||||
config.height = 480;
|
||||
config.width = 1280;
|
||||
config.height = 720;
|
||||
new LwjglApplication(new GladiatorBrawler(), config);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user