Añadido brillo a los creditos y cambiada la malla

This commit is contained in:
2022-10-25 18:32:00 +02:00
parent 40368386e0
commit bcb56e17f2
2 changed files with 21 additions and 16 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_TITLE;
section.name = SECTION_PROG_CREDITS;
// Crea el objeto que controla los ficheros de recursos
asset = new Asset(path.substr(0, path.find_last_of("\\/")));