Added mods: ChangeFrameDelay, MoveSprite(NC), RenameAnimation, RenameFrame, ReorderSprite, ReplaceFrame, SetSpritePosition(NC); Changed: Removed opening conditionals from several mods
This commit is contained in:
@@ -40,13 +40,13 @@ namespace AnimationEditor.Modifications
|
||||
frameBox.SelectedIndices.Clear();
|
||||
foreach(int index in selection.SelectedFrames)
|
||||
{
|
||||
frameBox.SelectedIndex = index;
|
||||
frameBox.SelectedIndices.Add(index);
|
||||
}
|
||||
|
||||
frameSpriteBox.SelectedIndices.Clear();
|
||||
foreach(int index in selection.SelectedFrameSprites)
|
||||
{
|
||||
frameSpriteBox.SelectedIndex = index;
|
||||
frameSpriteBox.SelectedIndices.Add(index);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user