mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-26 12:21:44 -08:00
Possibly fixed tests / Added support for mod icons
This commit is contained in:
parent
c339a0ecdf
commit
6080a7e4bc
2 changed files with 24 additions and 2 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue