New scaling pipelines

This commit is contained in:
Anuken
2018-11-12 19:03:23 -05:00
parent ab9835b896
commit 7baf42b138
1160 changed files with 2664 additions and 2791 deletions

View File

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