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:
Kelsi 2026-03-18 10:08:44 -07:00
parent 402bbc2f14
commit 1ea9334eca

View file

@ -206,8 +206,8 @@ void AuthScreen::render(auth::AuthHandler& authHandler) {
}
}
}
// Login screen music disabled
if (false && renderer) {
// Login screen music
if (renderer) {
auto* music = renderer->getMusicManager();
if (music) {
if (!loginMusicVolumeAdjusted_) {