add map metadata dialog, and make it work

This commit is contained in:
Chris Forbes
2010-05-10 20:57:22 +12:00
parent a6fd36bf44
commit de59ce1091
6 changed files with 322 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ namespace OpenRA.FileFormats
public string Uid;
// Yaml map data
public bool Selectable;
public bool Selectable = true;
public int MapFormat = 1;
public string Title;
public string Description;