Exemplo n.º 1
0
        public void Draw(SpriteBatch spriteBatch)
        {
            _currentLevel.Draw(spriteBatch);

            spriteBatch.Begin();
            _currentLevel.Player.InfoBoard.Draw(spriteBatch);
            _pauseButton.Draw(spriteBatch);
            spriteBatch.End();
        }