forked from jaildesigner-jailgames/jaildoctors_dilemma
Modificadas las notificaciones a dos lineas de texto
This commit is contained in:
@@ -370,9 +370,9 @@ void Screen::updateNotifier()
|
||||
}
|
||||
|
||||
// Muestra una notificación de texto por pantalla;
|
||||
void Screen::showNotification(std::string text)
|
||||
void Screen::showNotification(std::string text1, std::string text2)
|
||||
{
|
||||
notify->showText(text);
|
||||
notify->showText(text1, text2);
|
||||
}
|
||||
|
||||
// Dibuja las notificaciones
|
||||
|
||||
Reference in New Issue
Block a user