Retocado el menu del titulo

This commit is contained in:
2022-08-28 07:50:08 +02:00
parent b6cbc65a2a
commit d937e5578f
4 changed files with 29 additions and 5 deletions

View File

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