Origin Preset Applier Implementer

This commit is contained in:
quinnvoker
2018-12-02 17:10:01 -08:00
parent c0c757650c
commit de9d120a23
6 changed files with 360 additions and 161 deletions
@@ -8,6 +8,7 @@ namespace SpriteMapEditor.SpriteMapModifications
{
public enum OriginPreset
{
None,
TopLeft,
Top,
TopRight,
@@ -16,6 +17,6 @@ namespace SpriteMapEditor.SpriteMapModifications
Right,
BottomLeft,
Bottom,
BottomRight
BottomRight,
}
}