Añadido el modo demo

This commit is contained in:
2022-10-13 12:02:05 +02:00
parent cf3116bc46
commit 3f3f50a583
8 changed files with 338 additions and 25 deletions

View File

@@ -176,7 +176,7 @@ void Credits::update()
// Comprueba si ha terminado la sección
if (counter > 1000)
{
section.name = SECTION_PROG_LOGO;
section.name = SECTION_PROG_DEMO;
}
}
}