Early prototype loading screen

This commit is contained in:
Anuken
2020-05-05 23:01:12 -04:00
parent 346ac88009
commit 8b5adca750
5 changed files with 248 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ public class DesktopLauncher extends ClientLauncher{
new SdlApplication(new DesktopLauncher(arg), new SdlConfig(){{
title = "Mindustry";
maximized = true;
stencil = 0;
stencil = 8;
width = 900;
height = 700;
setWindowIcon(FileType.internal, "icons/icon_64.png");