Merge all 4 tileset files together

This commit is contained in:
Paul Chote
2010-06-26 09:21:11 +12:00
parent 9cf6d8970a
commit 8fbbaddce9
9 changed files with 10996 additions and 11708 deletions

View File

@@ -82,6 +82,7 @@ namespace OpenRA
.FirstOrDefault(t => t.Theater == Map.Theater);
TileSet = new TileSet(theaterInfo.Tileset, theaterInfo.Templates, theaterInfo.Suffix);
Game.ConvertTileset(TileSet, theaterInfo, "tileset-"+theaterInfo.Suffix+".yaml");
SpriteSheetBuilder.Initialize( Map );
Timer.Time( "Tileset: {0}" );