Added polish lang, fixed conveyor stacking bug

This commit is contained in:
Anuken
2018-01-31 10:20:52 -05:00
parent fe458d03bd
commit f396190fcf
6 changed files with 496 additions and 5 deletions

View File

@@ -16,7 +16,6 @@ public class DesktopLauncher {
config.setTitle("Mindustry");
config.setMaximized(true);
config.setWindowedMode(960, 540);
config.useVsync(true);
config.setWindowIcon("sprites/icon.png");
Platform.instance = new DesktopPlatform(arg);