Fixed tests
This commit is contained in:
@@ -5,8 +5,7 @@ import io.anuke.arc.collection.ObjectMap;
|
||||
import io.anuke.arc.graphics.g2d.*;
|
||||
import io.anuke.arc.graphics.g2d.TextureAtlas.AtlasRegion;
|
||||
import io.anuke.arc.util.*;
|
||||
import io.anuke.arc.util.Log.LogHandler;
|
||||
import io.anuke.arc.util.Log.NoopLogHandler;
|
||||
import io.anuke.arc.util.Log.*;
|
||||
import io.anuke.mindustry.*;
|
||||
import io.anuke.mindustry.core.ContentLoader;
|
||||
|
||||
@@ -25,7 +24,7 @@ public class ImagePacker{
|
||||
Log.setLogger(new NoopLogHandler());
|
||||
Vars.content = new ContentLoader();
|
||||
Vars.content.createBaseContent();
|
||||
Log.setLogger(new LogHandler());
|
||||
Log.setLogger(new DefaultLogHandler());
|
||||
|
||||
Files.walk(Paths.get("../../../assets-raw/sprites_out")).forEach(path -> {
|
||||
try{
|
||||
|
||||
Reference in New Issue
Block a user