Play nice jingle and more clean-up

This commit is contained in:
2024-10-05 17:43:16 +02:00
parent d7bcae9e33
commit 2515975ba8
12 changed files with 14 additions and 35 deletions

View File

@@ -170,7 +170,6 @@ static void setup() {
break;
}
},MenuEntries);
cd_player.play();
}
@@ -289,8 +288,8 @@ namespace LoadingScene {
void main() {
const auto& controller = Periphery::get_primary_controller_as<JabyEngine::Periphery::GenericController>();
setup();
while(true) {
if(state_changer.contains_state()) {
LoadingScene::run();