JS console / Scripting tweaks

This commit is contained in:
Anuken
2019-12-07 14:10:39 -05:00
parent 06abc43aea
commit dd5e3b2aba
22 changed files with 365 additions and 101 deletions

View File

@@ -24,7 +24,7 @@ public class ImagePacker{
Log.setLogger(new NoopLogHandler());
Vars.content = new ContentLoader();
Vars.content.createContent();
Vars.content.createBaseContent();
Log.setLogger(new LogHandler());
Files.walk(Paths.get("../../../assets-raw/sprites_out")).forEach(path -> {