Modificadas las notificaciones a dos lineas de texto

This commit is contained in:
2022-12-29 09:42:57 +01:00
parent a2f1efd2a6
commit e963251fd9
7 changed files with 24 additions and 15 deletions

View File

@@ -161,7 +161,7 @@ void Game::checkEventHandler()
break;
case SDL_SCANCODE_F6:
screen->showNotification("MAMA MIRA! SIN MANOS!");
screen->showNotification("1234567890");
break;
#endif