Posat ordre en el Attract Mode

This commit is contained in:
2024-12-26 13:58:25 +01:00
parent 7f444fef33
commit de3b18a407
5 changed files with 17 additions and 13 deletions

View File

@@ -310,9 +310,10 @@ void Instructions::checkInput()
// Comprueba si se ha pulsado cualquier botón (de los usados para jugar)
if (Input::get()->checkAnyButtonPressed())
{
JA_StopMusic();
//JA_StopMusic();
section::name = section::Name::TITLE;
section::options = section::Options::TITLE_1;
section::attract_mode = section::AttractMode::TITLE_TO_DEMO;
return;
}