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

            SoundText.Draw(spriteBatch);
            DifficultyText.Draw(spriteBatch);

            MuteCheckbox.Draw(spriteBatch);
            DifficultiesRadioGroup.Draw(spriteBatch);

            ApplyButton.Draw(spriteBatch);
            CancelButton.Draw(spriteBatch);
        }