Tweak SlidePanel behavior.

This commit is contained in:
J-D-K
2025-07-29 19:06:48 -04:00
parent bc3f028082
commit 58e6217e73
9 changed files with 131 additions and 117 deletions

View File

@@ -70,7 +70,7 @@ void TitleInfoState::initialize_static_members()
{
if (!sm_slidePanel)
{
sm_slidePanel = std::make_unique<ui::SlideOutPanel>(SIZE_PANEL_WIDTH, ui::SlideOutPanel::Side::Right);
sm_slidePanel = std::make_unique<ui::SlideOutPanel>(SIZE_PANEL_WIDTH, ui::SlideOutPanel::Side::Left);
}
}