-
Notifications
You must be signed in to change notification settings - Fork 71
Music and sound effects label added to sliders #216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Music and sound effects label added to sliders #216
Conversation
Added labels for music and sound effects options in the UI.
|
I agree with the update, but you also need to ensure all subsequent chapters are reviewed for the update and we will need an accompanying PR on the samples repo to also update the code in this and all subsequent chapters, if that's ok |
|
That's more than okay! I'll review the subsequent chapters and create the
relevant PRs as needed.
…On Mon, Dec 8, 2025 at 4:42 AM Simon (Darkside) Jackson < ***@***.***> wrote:
*SimonDarksideJ* left a comment (MonoGame/docs.monogame.github.io#216)
<#216 (comment)>
I agree with the update, but you also need to ensure all subsequent
chapters are reviewed for the update and we will need an accompanying PR on
the samples repo to also update the code in this and all subsequent
chapters, if that's ok
—
Reply to this email directly, view it on GitHub
<#216 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACFLY656PA7CJESAE642XCL4AVIZPAVCNFSM6AAAAACNNRHKBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTMMRWGI2DSNJRGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
I checked the other chapters and if it were to be added here it would be later removed in Chapter 21 as that seems to be where the UI gets the proper styling. This code would only be called in the creationOptionsPanel(). |
|
I see that the changes for this PR would get undone in the later versions where styling is applied, so that's good - the changes are minimal. I believe the samples repo must also be updated for this chapter: |
|
OK, will merge this when I get a minute to update all the samples this change affects |
I see it's handled later in Chapter 21 when it is stylized but I thought it'd be handy to add a label to the two sliders so the tutorial learner knows which slider affects music and sfx.