Added mods: ChangeFrameDelay, MoveSprite(NC), RenameAnimation, RenameFrame, ReorderSprite, ReplaceFrame, SetSpritePosition(NC); Changed: Removed opening conditionals from several mods

This commit is contained in:
quinnvoker
2018-12-29 17:31:39 -08:00
parent e2702bb932
commit 73bbbf9dda
16 changed files with 734 additions and 173 deletions
@@ -16,10 +16,10 @@ namespace AnimationEditor.Modifications
private SelectionState preChangeSelection;
private SelectionState postChangeSelection;
private BindingList<Frame> frames;
private ListBox listBox;
private int index;
private int dir;
private readonly BindingList<Frame> frames;
private readonly ListBox listBox;
private readonly int index;
private readonly int dir;
public ReorderFrame(BindingList<Frame> frameList, ListBox frameListBox, int direction)
{