Allow resizing
This commit is contained in:
parent
fbd7715b5a
commit
0b2b7fac0f
@ -10,7 +10,7 @@ public class DesktopLauncher {
|
||||
config.title = PacDude.TITLE + " - " + PacDude.VERSION;
|
||||
config.width = PacDude.LEVEL_WIDTH * 2;
|
||||
config.height = PacDude.LEVEL_HEIGHT * 2;
|
||||
config.resizable = false;
|
||||
config.resizable = true;
|
||||
new LwjglApplication(new PacDude(), config);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user