Implement player stance colors
Adds an option to display actors on radar and support weapon timers in colors denoting the diplomatic stance toward the player.
This commit is contained in:
committed by
Oliver Brakmann
parent
ce8b03a276
commit
eb795909da
@@ -29,6 +29,6 @@ namespace OpenRA.Mods.Common.Traits
|
||||
}
|
||||
|
||||
public bool VisibleOnRadar(Actor self) { return true; }
|
||||
public Color RadarColorOverride(Actor self) { return c; }
|
||||
public Color RadarColorOverride(Actor self, Color color) { return c; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user