mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-20 09:17:19 +07:00
Color tweak
This commit is contained in:
parent
90a2f00041
commit
fe4b32be1f
@ -1,7 +1,6 @@
|
|||||||
package mindustry.content;
|
package mindustry.content;
|
||||||
|
|
||||||
import arc.graphics.Color;
|
import arc.math.geom.*;
|
||||||
import arc.math.geom.Point2;
|
|
||||||
import mindustry.game.MapObjectives.*;
|
import mindustry.game.MapObjectives.*;
|
||||||
import mindustry.game.*;
|
import mindustry.game.*;
|
||||||
import mindustry.graphics.*;
|
import mindustry.graphics.*;
|
||||||
@ -211,7 +210,7 @@ public class SectorPresets{
|
|||||||
new DestroyBlocksObjective(Blocks.coreBastion, Team.malis, Point2.pack(290,501), Point2.pack(158,496)),
|
new DestroyBlocksObjective(Blocks.coreBastion, Team.malis, Point2.pack(290,501), Point2.pack(158,496)),
|
||||||
new TimerObjective("[accent]⚠ Nuclear launch detected:\n[lightgray]{0}", 4 * 60 * 60).withMarkers(
|
new TimerObjective("[accent]⚠ Nuclear launch detected:\n[lightgray]{0}", 4 * 60 * 60).withMarkers(
|
||||||
new TextMarker("Evacuate base", 1, 1),
|
new TextMarker("Evacuate base", 1, 1),
|
||||||
new MinimapMarker(338,378, Color.red)
|
new MinimapMarker(338,378, Pal.remove)
|
||||||
).withFlags("nuke1")
|
).withFlags("nuke1")
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user