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> (cherry picked from commit c35b9964c770714f5ba56fce827912cd33312fe6)
This commit is contained in:
parent
c3e95f02a0
commit
2cd501fc6f
|
|
@ -15,7 +15,7 @@ public sealed partial class StationMapWindow : FancyWindow
|
|||
NavMapScreen.MapUid = mapUid;
|
||||
|
||||
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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue