Change default player color to dark red.

This commit is contained in:
Paul Chote
2020-01-28 19:26:22 +00:00
committed by abcdefg30
parent fdc3a6a32d
commit 71cbfc5968

View File

@@ -205,7 +205,7 @@ namespace OpenRA
{
[Desc("Sets the player nickname.")]
public string Name = "Commander";
public Color Color = Color.FromAhsl(75, 255, 180);
public Color Color = Color.FromArgb(200, 32, 32);
public string LastServer = "localhost:1234";
public Color[] CustomColors = { };
}