Replace 'Always show Healthbars' checkbox with dropdown
The player can now cycle between; -Standard: Health and Status bars display only on mouse hover. -Show On Damage: Health shows on damaged actors, Status always shows. -Always Show: Health and Status bars are always displayed.
This commit is contained in:
@@ -78,7 +78,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
yield return new SelectionBoxRenderable(self, Info.SelectionBoxColor);
|
||||
|
||||
if (Info.RenderSelectionBars)
|
||||
yield return new SelectionBarsRenderable(self);
|
||||
yield return new SelectionBarsRenderable(self, true, true);
|
||||
|
||||
if (!self.Owner.IsAlliedWith(wr.World.RenderPlayer))
|
||||
yield break;
|
||||
|
||||
Reference in New Issue
Block a user