Sliders change the preview palette and update client data; Need a better algorithm for picking color2

This commit is contained in:
Paul Chote
2010-07-16 23:34:42 +12:00
parent 4fb3f67a9d
commit c4442f07da
7 changed files with 63 additions and 19 deletions

View File

@@ -37,7 +37,8 @@ namespace OpenRA.FileFormats
public class Client
{
public int Index;
public System.Drawing.Color Color;
public System.Drawing.Color Color1;
public System.Drawing.Color Color2;
public string Country;
public int SpawnPoint;
public string Name;