Remove HSLColor.

This commit is contained in:
Paul Chote
2018-12-31 08:41:23 +00:00
parent ab4a7e3558
commit 3e404f6ac2
76 changed files with 256 additions and 416 deletions

View File

@@ -9,7 +9,7 @@
*/
#endregion
using OpenRA.Graphics;
using OpenRA.Primitives;
namespace OpenRA
{
@@ -30,7 +30,7 @@ namespace OpenRA
public string Faction;
public bool LockColor = false;
public HSLColor Color = new HSLColor(0, 0, 238);
public Color Color = Color.FromAhsl(0, 0, 238);
public bool LockSpawn = false;
public int Spawn = 0;