Creada la clase game_logo para gestionar el logo con el titulo del juego

This commit is contained in:
2024-06-12 16:22:05 +02:00
parent 832cd12d5f
commit 50078084ab
7 changed files with 316 additions and 156 deletions

View File

@@ -100,7 +100,7 @@ void Instructions::update()
if (manualQuit)
{
section->name = SECTION_PROG_TITLE;
section->subsection = SUBSECTION_TITLE_3;
section->subsection = SUBSECTION_TITLE_2;
}
}
}