Trabajando en la sección de creditos

This commit is contained in:
2022-10-11 14:04:49 +02:00
parent 91412889c3
commit 365639bc95
5 changed files with 57 additions and 12 deletions

View File

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