mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-23 07:11:16 -07:00
non-functional loading screen
This commit is contained in:
parent
1fc9c82aaf
commit
76cd7ba8d1
211 changed files with 722 additions and 699 deletions
|
|
@ -4,7 +4,7 @@ import io.anuke.arc.Core;
|
|||
import io.anuke.arc.math.Mathf;
|
||||
import io.anuke.arc.util.Log;
|
||||
import io.anuke.arc.util.Time;
|
||||
import io.anuke.mindustry.Vars;
|
||||
import io.anuke.mindustry.Min;
|
||||
import io.anuke.mindustry.content.Blocks;
|
||||
import io.anuke.mindustry.core.ContentLoader;
|
||||
import io.anuke.mindustry.world.Block;
|
||||
|
|
@ -31,8 +31,8 @@ public class PowerTestFixture{
|
|||
@BeforeAll
|
||||
static void initializeDependencies(){
|
||||
Core.graphics = new FakeGraphics();
|
||||
Vars.content = new ContentLoader();
|
||||
Vars.content.load();
|
||||
Min.content = new ContentLoader();
|
||||
Min.content.createContent();
|
||||
Log.setUseColors(false);
|
||||
Time.setDeltaProvider(() -> 0.5f);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue