Change the station map dot color to cyan (#24082)
Change the station map tracking dot color to cyan Co-authored-by: iacore <noreply+gpg-stub@1a-insec.net>
This commit is contained in:
@@ -15,7 +15,7 @@ public sealed partial class StationMapWindow : FancyWindow
|
|||||||
NavMapScreen.MapUid = mapUid;
|
NavMapScreen.MapUid = mapUid;
|
||||||
|
|
||||||
if (trackedEntity != null)
|
if (trackedEntity != null)
|
||||||
NavMapScreen.TrackedCoordinates.Add(new EntityCoordinates(trackedEntity.Value, Vector2.Zero), (true, Color.Red));
|
NavMapScreen.TrackedCoordinates.Add(new EntityCoordinates(trackedEntity.Value, Vector2.Zero), (true, Color.Cyan));
|
||||||
|
|
||||||
if (IoCManager.Resolve<IEntityManager>().TryGetComponent<MetaDataComponent>(mapUid, out var metadata))
|
if (IoCManager.Resolve<IEntityManager>().TryGetComponent<MetaDataComponent>(mapUid, out var metadata))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user