fixed #359 -- diplomacy panel shows player colors

This commit is contained in:
Chris Forbes
2011-06-28 23:21:49 +12:00
parent 43d8750aad
commit 0080762bbc

View File

@@ -88,6 +88,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
Text = p.PlayerName,
Align = LabelWidget.TextAlign.Left,
Font = "Bold",
Color = p.ColorRamp.GetColor(0),
};
bg.AddChild(label);