Add scrollable options menu (#99)

* * Add new scrollable options list.

* * Add OptionList.cpp to the CMakeLists.txt

* * Add the new stuff by @jonkadelic to the new options menu.
This commit is contained in:
iProgramInCpp
2023-11-05 18:40:44 +02:00
committed by GitHub
parent e6ab1214af
commit 5df07e2fc1
15 changed files with 617 additions and 21 deletions

View File

@@ -23,7 +23,7 @@ bool AvailableGamesList::isSelectedItem(int i)
return m_selectedIndex == i;
}
void AvailableGamesList::renderBackground()
void AvailableGamesList::renderBackground(float f)
{
}