show total number of animations
This commit is contained in:
parent
5420c2131b
commit
087b4283fc
@ -128,7 +128,8 @@ namespace SpriteLibrary
|
||||
{
|
||||
cbAnimation.Items.Add(i.ToString());
|
||||
}
|
||||
lblAnimationNumber.Text = CurrentSIAnimation.ToString();
|
||||
//Update the animation number text
|
||||
lblAnimationNumber.Text = CurrentSIAnimation.ToString() + " of " + (TempInformation.Animations.Count() -1);
|
||||
if (CurrentSIAnimation == 0)
|
||||
{
|
||||
rbFromImage.Checked = true;
|
||||
|
Loading…
Reference in New Issue
Block a user