added special infantry, fixed UI, added new map

This commit is contained in:
Matthias Mailänder
2012-06-16 14:17:35 +02:00
parent c1fb5dd5f5
commit 959875c709
15 changed files with 339 additions and 34 deletions

View File

@@ -52,6 +52,8 @@ namespace OpenRA.Utility
using (var destStream = File.Create(dest))
ShpWriter.Write(destStream, width, srcImage.Height,
srcImage.ToFrames(width));
Console.WriteLine(dest+" saved");
}
static IEnumerable<byte[]> ToFrames(this Bitmap bitmap, int width)