Completada la carga de menus desde fichero

This commit is contained in:
2022-08-28 21:03:21 +02:00
parent d5a069b8db
commit fcdd2ffd21
4 changed files with 15 additions and 5 deletions

View File

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