This commit is contained in:
Anuken
2019-08-12 13:29:02 -04:00
parent c4aa0b2863
commit d0ff0307f5
32 changed files with 5 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ public class DesktopLauncher{
stencil = 0;
width = 900;
height = 700;
setWindowIcon(FileType.Internal, "icons/icon.png");
setWindowIcon(FileType.Internal, "icons/icon_64.png");
}});
}catch(Throwable e){
DesktopPlatform.handleCrash(e);