Example #1
0
 public override void Draw(GameTime gameTime, SpriteBatch spriteBatch)
 {
     if (Show)
     {
         Update(gameTime);
         _box.Draw(gameTime, spriteBatch);
         _text.Draw(gameTime, spriteBatch);
     }
 }