Trabajando con las animaciones del jugador

This commit is contained in:
2022-09-29 14:02:13 +02:00
parent 15b73f1d2c
commit e46a346d20
13 changed files with 38 additions and 7 deletions

View File

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