FIx: El jugador no se moria al caer de alto si se mantenia la tecla de slto pulsada

This commit is contained in:
2022-11-19 09:02:35 +01:00
parent d003b51de4
commit e90c61a416
6 changed files with 29 additions and 11 deletions

View File

@@ -115,6 +115,12 @@ void Title::checkEventHandler()
switchPalette();
break;
#ifdef DEBUG
case SDL_SCANCODE_F6:
screen->showText("MAMA MIRA! SIN MANOS!");
break;
#endif
default:
break;
}