This commit is contained in:
2022-10-07 18:30:44 +02:00
11 changed files with 200 additions and 48 deletions

View File

@@ -7,13 +7,10 @@
// Constructor
Director::Director(std::string path)
{
// Inicializa variables
section.name = PROG_SECTION_GAME;
section.subsection = GAME_SECTION_PLAY_1P;
section.name = PROG_SECTION_INTRO;
// Crea el objeto que controla los ficheros de recursos
asset = new Asset(path.substr(0, path.find_last_of("\\/")) + "/../");