Actualizado el proceso de dibujado de la pantalla de carga

This commit is contained in:
2022-10-11 13:16:26 +02:00
parent bb9228d672
commit 91412889c3
4 changed files with 92 additions and 80 deletions

View File

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