Example #1
0
 public void Draw(SpriteBatch spriteBatch)
 {
     Background.Draw(spriteBatch);
     spriteBatch.Rectangle(progressRectangle, ForeGroundColor);
 }
Example #2
0
 public override void Draw()
 {
     TextureField.Draw();
     PickButton.Draw();
 }