Play nice jingle and more clean-up

This commit is contained in:
Jaby
2024-10-05 17:43:16 +02:00
committed by Jaby
parent ecf35258dd
commit 8f54d8fe0c
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();