Store last color setting; hook server join in a cleaner way

This commit is contained in:
Paul Chote
2010-07-17 00:21:11 +12:00
parent 8b3a65717e
commit 5b333f4bba
3 changed files with 29 additions and 6 deletions

View File

@@ -56,6 +56,9 @@ namespace OpenRA.GameRules
public string LastServer = "localhost:1234";
public string Replay = null;
public string PlayerName = "Newbie";
public Color PlayerColor1 = Color.FromArgb(255,160,238);
public Color PlayerColor2 = Color.FromArgb(68,0,56);
public string[] InitialMods = { "ra" };
// Server settings