jail_audio: ultima versió

Audio: separació de sons per canals
Game: el fade de so de game over ja no afecta al so de la UI (no funciona o no ho faig be)
This commit is contained in:
2025-07-01 20:32:02 +02:00
parent 9575518ae5
commit e34d22c8dd
7 changed files with 158 additions and 218 deletions

View File

@@ -67,7 +67,7 @@ void Notifier::update()
if (notifications_[i].state == NotificationStatus::RISING)
{
// Reproduce el sonido de la notificación
Audio::get()->playSound("notify.wav");
Audio::get()->playSound("notify.wav", Audio::Group::INTERFACE);
}
}
}