Merge pull request #4422 from Mailaender/d2k-bloxxmas

Added the Dune 2000 BLOXXMAS terrain tiles
This commit is contained in:
Paul Chote
2014-01-04 14:32:49 -08:00
144 changed files with 216 additions and 2 deletions

View File

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