Add suffix to player name in shroud selector
This commit is contained in:
committed by
Paul Chote
parent
7a213338a2
commit
31a965b29a
@@ -526,7 +526,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
flag.GetImageName = () => player.Faction.InternalName;
|
||||
|
||||
var playerName = template.Get<LabelWidget>("PLAYER");
|
||||
WidgetUtils.AddSuffixToPlayerNameLabel(playerName, player);
|
||||
WidgetUtils.BindPlayerNameAndStatus(playerName, player);
|
||||
|
||||
playerName.GetColor = () => player.Color;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user