Enable use of "custom" palettes per tile Templates

Keep the tileset's palette as default, defined on the tileset, but override it for any tile templates that may want to do so with a palette defined on the template.
This commit is contained in:
Pavel Penev
2015-12-20 15:50:01 +02:00
parent da4f04acfb
commit 0c51d73be9
2 changed files with 24 additions and 6 deletions

View File

@@ -73,6 +73,7 @@ namespace OpenRA
public readonly int2 Size;
public readonly bool PickAny;
public readonly string Category;
public readonly string Palette;
readonly TerrainTileInfo[] tileInfo;