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

@@ -26,7 +26,7 @@ public class ImageContext {
Vars.content.load();
Log.setLogger(new LogHandler());
Files.walk(Paths.get("../../../assets-raw/sprites")).forEach(path -> {
Files.walk(Paths.get("../../../assets-raw/sprites_out")).forEach(path -> {
try{
if(Files.isDirectory(path)) return;