Esempio n. 1
0
        /**
         * Desenha as telas
         */
        protected override void Draw(GameTime gameTime)
        {
            screenManager.draw();
            base.Draw(gameTime);

            _spriteBatchCard.Begin();
            infoCard.draw(_spriteBatchCard);
            statisticCard.draw(_spriteBatchCard);
            helpCard.draw(_spriteBatchCard);
            devInfoCard.draw(_spriteBatchCard);
            _spriteBatchCard.End();
        }