Reverse ra bridge metadata

This commit is contained in:
Paul Chote
2010-06-26 22:22:48 +12:00
parent 49d7833b04
commit 9a34b049a8
7 changed files with 29 additions and 4138 deletions

View File

@@ -44,12 +44,10 @@ namespace OpenRA.FileFormats
public ushort Id;
public string Image;
public int2 Size;
public string Bridge;
public float HP;
public bool PickAny;
public Dictionary<byte, string> Tiles = new Dictionary<byte, string>();
static List<string> fields = new List<string>() {"Id", "Image", "Size", "Bridge", "HP", "PickAny"};
static List<string> fields = new List<string>() {"Id", "Image", "Size", "PickAny"};
public TileTemplate(Dictionary<string,MiniYaml> my)
{