Better server colors

This commit is contained in:
Anuken
2020-10-20 11:21:47 -04:00
parent 9060a9518a
commit 9ab272a01f
15 changed files with 176 additions and 119 deletions

View File

@@ -36,7 +36,7 @@ public class ApplicationTests{
try{
boolean[] begins = {false};
Throwable[] exceptionThrown = {null};
Log.setUseColors(false);
Log.useColors = false;
ApplicationCore core = new ApplicationCore(){
@Override

View File

@@ -37,7 +37,7 @@ public class PowerTestFixture{
Vars.state = new GameState();
Vars.tree = new FileTree();
content.createBaseContent();
Log.setUseColors(false);
Log.useColors = false;
Time.setDeltaProvider(() -> 0.5f);
}