Use SpriteLoader for frame exporting.

This commit is contained in:
Paul Chote
2014-10-05 14:41:40 +13:00
parent 7207841f8b
commit 2b92ce7edd
8 changed files with 14 additions and 9 deletions

View File

@@ -22,6 +22,7 @@ namespace OpenRA.FileFormats
public Size FrameSize { get; private set; }
public float2 Offset { get; private set; }
public byte[] Data { get; set; }
public bool DisableExportPadding { get { return false; } }
public readonly uint FileOffset;
public readonly byte Format;