new map format introduced: 4. format3 player colors are automatically upgraded to ColorRamp

This commit is contained in:
Chris Forbes
2011-01-08 18:01:58 +13:00
parent 3426b52247
commit 70afea85a9
2 changed files with 14 additions and 4 deletions

View File

@@ -27,8 +27,8 @@ namespace OpenRA.FileFormats
public string Race;
public bool LockColor = false;
[Obsolete] public Color Color = Color.FromArgb(238,238,238);
[Obsolete] public Color Color2 = Color.FromArgb(44,28,24);
public Color Color = Color.FromArgb(238,238,238);
public Color Color2 = Color.FromArgb(44,28,24);
public ColorRamp ColorRamp = new ColorRamp(75, 255, 180, 25);
public int InitialCash = 0;