From a33a432c3386b7d406dc4106fd3325703710820c Mon Sep 17 00:00:00 2001 From: Epowerj Date: Wed, 13 Apr 2022 22:09:51 -0400 Subject: [PATCH] Added more objectives to onset --- core/src/mindustry/content/SectorPresets.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/src/mindustry/content/SectorPresets.java b/core/src/mindustry/content/SectorPresets.java index 3a867515e6..b448d96403 100644 --- a/core/src/mindustry/content/SectorPresets.java +++ b/core/src/mindustry/content/SectorPresets.java @@ -160,6 +160,13 @@ public class SectorPresets{ ), new CommandModeObjective().withMarkers( new TextMarker("Hold [accent]shift[] to enter [accent]command mode[].\n[accent]Left-click and drag[] to select units.\n[accent]Right-click[] to order your selected units to move or attack.", 250f * 8f, 250f * 8f) + ), + new DestroyCoreObjective().withMarkers( + new TextMarker("You are here for a reason.\n[accent]Find and destroy the enemy core[].", 250f * 8f, 250f * 8f), + new TextMarker("Units will reveal more of the map as they explore undiscovered areas", 281f * 8f, 256f * 8f), + new TextMarker("[accent]The enemy[] will defend itself.", 336f * 8f, 211f * 8f), + new TextMarker("[accent]The enemy[] will defend itself.", 292f * 8f, 163f * 8f), + new TextMarker("Once all enemy cores are destroyed, you will [accent]capture the sector[].", 324f * 8f, 154f * 8f) ) ); };