Ya sed puede saltar la sección de credits/instrucciones con cualquier tecla

This commit is contained in:
2022-10-25 13:11:39 +02:00
parent 0886afd1db
commit 284a99e6e9
2 changed files with 4 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ Director::Director(std::string path)
section.name = SECTION_PROG_LOGO;
section.subsection = SUBSECTION_LOGO_TO_INTRO;
//section.name = SECTION_PROG_GAME;
section.name = SECTION_PROG_GAME;
// Crea el objeto que controla los ficheros de recursos
asset = new Asset(path.substr(0, path.find_last_of("\\/")));