Better server colors

This commit is contained in:
Anuken
2020-10-20 11:21:47 -04:00
parent 9060a9518a
commit 9ab272a01f
15 changed files with 176 additions and 119 deletions

View File

@@ -28,10 +28,10 @@ public class ImagePacker{
Vars.headless = true;
ArcNativesLoader.load();
Log.setLogger(new NoopLogHandler());
Log.logger = new NoopLogHandler();
Vars.content = new ContentLoader();
Vars.content.createBaseContent();
Log.setLogger(new DefaultLogHandler());
Log.logger = new DefaultLogHandler();
Fi.get("../../../assets-raw/sprites_out").walk(path -> {
if(!path.extEquals("png")) return;