Dot eater

This commit is contained in:
2019-12-24 22:56:31 +04:00
parent 124f665232
commit ea4426f0a0
3 changed files with 20 additions and 1 deletions

View File

@ -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 = true;
config.resizable = false;
new LwjglApplication(new PacDude(), config);
}
}