Use SpriteLoader for frame exporting.
This commit is contained in:
@@ -30,6 +30,7 @@ namespace OpenRA.FileFormats
|
||||
public Size FrameSize { get { return Size; } }
|
||||
public float2 Offset { get { return float2.Zero; } }
|
||||
public byte[] Data { get; set; }
|
||||
public bool DisableExportPadding { get { return false; } }
|
||||
|
||||
public Frame(Stream s)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user