SpriteInfotoForm
This commit is contained in:
parent
32c3fa21a7
commit
a415e89cd0
@ -168,6 +168,7 @@ namespace SpriteLibrary
|
||||
cbMirrorV.Checked = AI.MirrorVertically;
|
||||
cbAnimation.Text = AI.AnimationToUse.ToString();
|
||||
tbNumFrames.Text = AI.NumFrames.ToString();
|
||||
lblChosenArea.Text = AI.Width + "x" + AI.Height;
|
||||
//Radio buttons
|
||||
if (AI.FieldsToUse == AnimationType.SpriteDefinition) rbFromImage.Checked = true;
|
||||
if (AI.FieldsToUse == AnimationType.Mirror) rbMirror.Checked = true;
|
||||
|
Loading…
Reference in New Issue
Block a user