Retocado un poco el game over

This commit is contained in:
2022-11-07 16:45:02 +01:00
parent 81eeb1776a
commit 07b950724a
4 changed files with 59 additions and 28 deletions

View File

@@ -9,7 +9,7 @@ Director::Director(int argc, char *argv[])
section.name = SECTION_PROG_LOGO;
section.subsection = SUBSECTION_LOGO_TO_INTRO;
section.name = SECTION_PROG_GAME;
//section.name = SECTION_PROG_GAME;
// Crea e inicializa las opciones del programa
iniOptions();