mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-23 21:19:39 +07:00
Start working on fourth map's objectives
This commit is contained in:
parent
2dd8cb01ec
commit
045d59fedf
Binary file not shown.
@ -230,6 +230,13 @@ public class SectorPresets{
|
||||
|
||||
four = new SectorPreset("four", erekir, 29){{
|
||||
difficulty = 6;
|
||||
|
||||
rules = r -> {
|
||||
float rad = 52f;
|
||||
r.objectives.addAll(
|
||||
|
||||
);
|
||||
};
|
||||
}};
|
||||
|
||||
five = new SectorPreset("five", erekir, 12){{
|
||||
|
Loading…
Reference in New Issue
Block a user