mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-21 12:03:29 -08:00
Fixed tests
This commit is contained in:
parent
9f29898713
commit
a7d37b7e6c
2 changed files with 3 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=338ffafbb964ba9d41d89adc4ca4f1c589b46248
|
||||
archash=b38d5e9c24d921f87f33bc48fcb65e245c1b1d0c
|
||||
|
|
|
|||
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue