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

@@ -55,10 +55,10 @@ void Cheevos::unlockCheevo(int id)
{
return;
}
if (!cheevos[index].completed)
{
cheevos[index].completed = true;
screen->showNotification(cheevos[index].caption);
screen->showNotification("ACHIEVEMENT UNLOCKED!", cheevos[index].caption);
}
}