Trabajando en el titulo

This commit is contained in:
2022-09-03 14:33:16 +02:00
parent fce356e306
commit 13fa289b42
7 changed files with 23 additions and 191 deletions

View File

@@ -96,7 +96,7 @@ void Logo::checkEventHandler()
// Cualquier tecla pulsada
if ((eventHandler->type == SDL_KEYDOWN) || (eventHandler->type == SDL_JOYBUTTONDOWN))
{
section.name = SECTION_PROG_GAME;
section.name = SECTION_PROG_TITLE;
section.subsection = 0;
}
}
@@ -225,7 +225,7 @@ void Logo::update()
// Comprueba si ha terminado el logo
if (counter == endLogo + postLogo)
{
section.name = SECTION_PROG_QUIT;
section.name = SECTION_PROG_TITLE;
section.subsection = 0;
}
}