Move mission briefing to rules.

This commit is contained in:
Paul Chote
2016-03-02 20:56:46 +00:00
parent 668e13b849
commit 01a14d9ae5
8 changed files with 68 additions and 70 deletions

View File

@@ -86,7 +86,6 @@ namespace OpenRA
public string Title;
public string Type = "Conquest";
public string Description;
public string Author;
public string Tileset;
public Bitmap CustomPreview;
@@ -201,7 +200,6 @@ namespace OpenRA
var tileRef = new TerrainTile(tileset.Templates.First().Key, 0);
Title = "Name your map here";
Description = "Describe your map here";
Author = "Your name here";
MapSize = new int2(size);
@@ -429,7 +427,6 @@ namespace OpenRA
"MapFormat",
"RequiresMod",
"Title",
"Description",
"Author",
"Tileset",
"MapSize",