Fixed indents
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user