afegida tecla de reset

This commit is contained in:
2024-08-03 08:05:43 +02:00
parent 9ad6001046
commit a1fb7500f0
3 changed files with 8 additions and 0 deletions

View File

@@ -2133,6 +2133,12 @@ void Game::checkInput()
return;
}
else if (input->checkInput(input_reset, DO_NOT_ALLOW_REPEAT))
{
section->name = SECTION_PROG_LOGO;
return;
}
else if (input->checkInput(input_pause, DO_NOT_ALLOW_REPEAT))
{
pause(!paused);