Creado el primer boceto de la clase padre actor

This commit is contained in:
2022-08-25 21:27:00 +02:00
parent 39a8e9048a
commit 6b2901cebc
5 changed files with 114 additions and 32 deletions

View File

@@ -26,7 +26,7 @@ Prog::Prog(std::string executablePath)
}
else
{
section.name = SECTION_PROG_TITLE;
section.name = SECTION_PROG_GAME;
}
input = new Input(asset->get("gamecontrollerdb.txt"));
screen = new Screen(window, renderer, options);