Possibly fixed tests / Added support for mod icons

This commit is contained in:
Anuken 2019-12-26 20:53:53 -05:00
parent c339a0ecdf
commit 6080a7e4bc
2 changed files with 24 additions and 2 deletions

View file

@ -27,6 +27,7 @@ public class PowerTestFixture{
@BeforeAll
static void initializeDependencies(){
Core.graphics = new FakeGraphics();
Vars.state = new GameState();
Vars.content = new ContentLoader(){
@Override
public void handleMappableContent(MappableContent content){