mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-25 22:17:59 +07:00
Some small tweaks on first level
This commit is contained in:
parent
5721cc75b6
commit
cdb7a4c9d8
Binary file not shown.
@ -166,7 +166,10 @@ public class SectorPresets{
|
||||
new TimerObjective("@objective.enemiesapproaching",30 * 60).withMarkers(
|
||||
new TextMarker("Enemy incoming, prepare to defend.", 276f * 8f, 133f * 8f)
|
||||
).withFlags("defStart"),
|
||||
new DestroyUnitsObjective(2).withFlags("defDone")
|
||||
new DestroyUnitsObjective(2).withFlags("defDone"),
|
||||
new BuildCountObjective(Blocks.coreBastion, 1).withMarkers(
|
||||
new TextMarker("The enemy is vulnerable, go on the offensive.", 276f * 8f, 133f * 8f)
|
||||
)
|
||||
);
|
||||
};
|
||||
}};
|
||||
|
Loading…
Reference in New Issue
Block a user