예제 #1
0
 /// <summary>Draws the spinner, and increments its state by one.</summary>
 public override void DrawElement()
 {
     Draw.Sprite(cycler.Cycle(), BG, FG, LeftPos + Parent.LeftPos, TopPos + Parent.TopPos);
 }