Merge pull request #5330 from Mailaender/jungle

Added the JUNGLE terrain
This commit is contained in:
Paul Chote
2014-06-23 21:42:26 +12:00
213 changed files with 1358 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
readonly World world;
static readonly string[] AllowedExtensions = { ".shp", ".r8", "tmp", ".tem", ".des", ".sno", ".int" };
static readonly string[] AllowedExtensions = { ".shp", ".r8", "tmp", ".tem", ".des", ".sno", ".int", ".jun" };
[ObjectCreator.UseCtor]
public AssetBrowserLogic(Widget widget, Action onExit, World world)