Update IGD and LPD formats.

This commit is contained in:
Ray Koopa 2019-01-12 17:39:13 +01:00
parent 4aa9aef362
commit cf7e69e026
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ LittleEndian();
uint unkA;
uint unkB;
Vec2 negativeSize;
Vec2 negativeCenter;
Vec2 center;
Vec2 size;
uint numColors;

View File

@ -16,4 +16,4 @@ namespace Syroot.Worms.OnlineWorms
public Point Center { get; set; }
public Bitmap Bitmap { get; set; }
}
}
}

View File

@ -29,4 +29,4 @@ namespace Syroot.Worms.OnlineWorms
/// </summary>
public int Version { get; set; }
}
}
}