Add terrain geometry visualisation.

This commit is contained in:
Paul Chote
2014-11-01 18:02:09 +13:00
parent 18f65552a1
commit 118275b376
13 changed files with 188 additions and 11 deletions

View File

@@ -158,6 +158,7 @@ namespace OpenRA
public readonly string[] Extensions;
public readonly int WaterPaletteRotationBase = 0x60;
public readonly byte MaxGroundHeight = 0;
public readonly Color[] HeightDebugColors = new[] { Color.Red };
public readonly string[] EditorTemplateOrder;
public readonly bool IgnoreTileSpriteOffsets;