Esempio n. 1
0
 public override void Draw(GameTime gameTime, SpriteBatch spriteBatch)
 {
     base.Draw(gameTime, spriteBatch);
     if (ButtonText != null)
     {
         ButtonText.Draw(spriteBatch, ForeColor);
     }
 }
Esempio n. 2
0
 public override void Draw(GameTime gameTime, SpriteBatch spriteBatch)
 {
     base.Draw(gameTime, spriteBatch);
     ButtonText.Draw(gameTime, spriteBatch);
 }