Trabajando en el menu del titulo

This commit is contained in:
2022-08-24 22:39:36 +02:00
parent 1f4d094593
commit a0613ddd8d
9 changed files with 126 additions and 113 deletions

View File

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