Packer compile fix / Mapping fix

This commit is contained in:
Anuken
2018-09-06 19:38:19 -04:00
parent 6e6edf8322
commit 1960b59629
23 changed files with 829 additions and 806 deletions

View File

@@ -23,7 +23,8 @@ public class ImageContext {
public void load() throws IOException{
Log.setLogger(new NoopLogHandler());
ContentLoader.load();
Vars.content = new ContentLoader();
Vars.content.load();
Log.setLogger(new LogHandler());
String spritesFolder = new File("../../../assets/sprites").getAbsolutePath();