Arreglados los cambios de lenguaje

This commit is contained in:
2022-10-06 09:39:39 +02:00
parent f4f7bb52b3
commit 83103ddfea
9 changed files with 268 additions and 21 deletions

View File

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