Trabajando en las notificaciones

This commit is contained in:
2022-11-18 23:15:38 +01:00
parent fdc8797d2b
commit 2216c9632e
3 changed files with 10 additions and 7 deletions

View File

@@ -131,6 +131,10 @@ void Game::checkEventHandler()
case SDL_SCANCODE_D:
goToRoom(BORDER_RIGHT);
break;
case SDL_SCANCODE_F6:
screen->showText("MAMA MIRA! SIN MANOS!");
break;
#endif
case SDL_SCANCODE_M: