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