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

@@ -4,6 +4,7 @@ NEW:
Added randomized tiles for Sand and Rock terrain.
Display shroud by default again (disable it in the lobby settings).
Removed the build radius restrictions.
Added the BLOXXMAS terrain tiles from the 1.06 patch.
Red Alert:
Tanya can now plant C4 on bridges.
Submarine torpedoes can now hit bridges when force fired.

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)

Some files were not shown because too many files have changed in this diff Show More