sequences for the rest of the buildable buildings, and fixes to make HBOX and MSLO work

- HBOX and MSLO sprites are in temperat/snow mixes with .tem/.sno extensions (and not present in interior)
This commit is contained in:
Bob
2009-10-10 19:30:19 +13:00
parent 4c9bd5c095
commit 4fa05a6d40
5 changed files with 201 additions and 72 deletions

View File

@@ -24,7 +24,7 @@ namespace OpenRa.Game.Graphics
int low = sprites.Count;
ShpReader reader = new ShpReader(FileSystem.Open(name + ".shp"));
ShpReader reader = new ShpReader( FileSystem.OpenWithExts( name, ".shp", ".tem", ".sno", ".int" ) );
foreach (ImageHeader h in reader)
sprites.Add(SheetBuilder.Add(h.Image, reader.Size));