Minor revisions and cleanup.

This commit is contained in:
J-D-K
2025-10-30 18:11:16 -04:00
parent 91e348750b
commit 8170e5ce66
54 changed files with 414 additions and 91 deletions

View File

@@ -121,7 +121,7 @@ void TitleOptionState::initialize_static_members()
if (sm_slidePanel && sm_titleOptionMenu) { return; }
sm_slidePanel = std::make_unique<ui::SlideOutPanel>(480, ui::SlideOutPanel::Side::Right);
sm_titleOptionMenu = std::make_shared<ui::Menu>(8, 8, 460, 22, 720);
sm_titleOptionMenu = std::make_shared<ui::Menu>(8, 8, 460, 22, graphics::SCREEN_HEIGHT);
for (int i = 0; const char *option = strings::get_by_name(strings::names::TITLEOPTION, i); i++)
{