mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-17 20:31:18 -07:00
Added sector deployment UI
This commit is contained in:
parent
928812142a
commit
32ffacf8f6
5 changed files with 23 additions and 14 deletions
|
|
@ -404,6 +404,8 @@ public class ApplicationTests{
|
|||
|
||||
//infinite build range
|
||||
state.rules.editor = true;
|
||||
state.rules.infiniteResources = true;
|
||||
state.rules.buildSpeedMultiplier = 999999f;
|
||||
|
||||
d1.set(0f, 0f);
|
||||
d2.set(20f, 20f);
|
||||
|
|
@ -411,7 +413,6 @@ public class ApplicationTests{
|
|||
d1.addBuild(new BuildRequest(0, 0, 0, Blocks.copperWallLarge));
|
||||
d2.addBuild(new BuildRequest(1, 1, 0, Blocks.copperWallLarge));
|
||||
|
||||
Time.setDeltaProvider(() -> 9999999f);
|
||||
d1.update();
|
||||
d2.update();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue