Make the default player color configurable in mod.yaml
This commit is contained in:
committed by
abcdefg30
parent
cadf4eb322
commit
5516e16fb8
@@ -30,7 +30,7 @@ namespace OpenRA
|
||||
public string Faction;
|
||||
|
||||
public bool LockColor = false;
|
||||
public Color Color = Color.FromAhsl(0, 0, 238);
|
||||
public Color Color = Game.ModData.Manifest.Get<DefaultPlayer>().Color;
|
||||
|
||||
public bool LockSpawn = false;
|
||||
public int Spawn = 0;
|
||||
|
||||
Reference in New Issue
Block a user