mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 06:51:30 -08:00
JS console / Scripting tweaks
This commit is contained in:
parent
06abc43aea
commit
dd5e3b2aba
22 changed files with 365 additions and 101 deletions
|
|
@ -47,7 +47,7 @@ public class ApplicationTests{
|
|||
net = new Net(null);
|
||||
tree = new FileTree();
|
||||
Vars.init();
|
||||
content.createContent();
|
||||
content.createBaseContent();
|
||||
|
||||
add(logic = new Logic());
|
||||
add(netServer = new NetServer());
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ public class PowerTestFixture{
|
|||
|
||||
}
|
||||
};
|
||||
content.createContent();
|
||||
content.createBaseContent();
|
||||
Log.setUseColors(false);
|
||||
Time.setDeltaProvider(() -> 0.5f);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue