Remove PlayerPaletteFromCurrentTileset.

This commit is contained in:
Matthias Mailänder
2017-08-30 23:34:24 +02:00
committed by reaperrr
parent 3b4904775a
commit 3af0b1a7a0
5 changed files with 12 additions and 51 deletions

View File

@@ -185,7 +185,6 @@ namespace OpenRA
public readonly string Id;
public readonly int SheetSize = 512;
public readonly string Palette;
public readonly string PlayerPalette;
public readonly Color[] HeightDebugColors = new[] { Color.Red };
public readonly string[] EditorTemplateOrder;
public readonly bool IgnoreTileSpriteOffsets;