mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
feat: enable login screen background music
Re-enable the login screen music system that was previously disabled. Randomly selects from available tracks in assets/Original Music/ and plays them at 80% volume during authentication.
This commit is contained in:
parent
402bbc2f14
commit
1ea9334eca
1 changed files with 2 additions and 2 deletions
|
|
@ -206,8 +206,8 @@ void AuthScreen::render(auth::AuthHandler& authHandler) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Login screen music disabled
|
// Login screen music
|
||||||
if (false && renderer) {
|
if (renderer) {
|
||||||
auto* music = renderer->getMusicManager();
|
auto* music = renderer->getMusicManager();
|
||||||
if (music) {
|
if (music) {
|
||||||
if (!loginMusicVolumeAdjusted_) {
|
if (!loginMusicVolumeAdjusted_) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue