Use different texture sizes for larger screens (#8)
This commit is contained in:
parent
2883ced7b7
commit
9da0d13ff8
115 changed files with 93 additions and 54 deletions
|
@ -9,8 +9,8 @@ public class DesktopLauncher {
|
|||
public static void main (String[] arg) {
|
||||
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
|
||||
config.title = "Klooni 1010!";
|
||||
config.width = 408;
|
||||
config.height = 680;
|
||||
config.width = Klooni.GAME_WIDTH;
|
||||
config.height = Klooni.GAME_HEIGHT;
|
||||
config.addIcon("ic_launcher/icon128.png", Files.FileType.Internal);
|
||||
config.addIcon("ic_launcher/icon32.png", Files.FileType.Internal);
|
||||
config.addIcon("ic_launcher/icon16.png", Files.FileType.Internal);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue