1
0
mirror of https://gitlab.com/Syroot/Worms.git synced 2025-07-11 07:46:17 +03:00

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
src
010_editor
Syroot.Worms/OnlineWorms

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

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

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