Fixed indents

This commit is contained in:
Anuken
2022-04-14 02:19:58 -04:00
parent 729aa6e20e
commit bf0df3997c
@@ -1,9 +1,7 @@
package mindustry.content; package mindustry.content;
import mindustry.game.MapObjectives.*; import mindustry.game.MapObjectives.*;
import mindustry.gen.Unit;
import mindustry.type.*; import mindustry.type.*;
import mindustry.world.Block;
import static mindustry.content.Planets.*; import static mindustry.content.Planets.*;
@@ -120,6 +118,7 @@ public class SectorPresets{
r.objectives.addAll( r.objectives.addAll(
new ItemObjective(Items.beryllium, 15).withMarkers( new ItemObjective(Items.beryllium, 15).withMarkers(
new ShapeTextMarker("Click to mine [accent]resources[] from walls.", 1984f, 2240f), new ShapeTextMarker("Click to mine [accent]resources[] from walls.", 1984f, 2240f),
//TODO weird shape on unit?
new ShapeTextMarker("Move your unit with WASD.", 235.5f * 8f, 272.5f * 8f, 6f, 0f, 40f) new ShapeTextMarker("Move your unit with WASD.", 235.5f * 8f, 272.5f * 8f, 6f, 0f, 40f)
), ),
new ResearchObjective(Blocks.turbineCondenser).withMarkers( new ResearchObjective(Blocks.turbineCondenser).withMarkers(