mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
Animation transitions and pause screen fixes
This commit is contained in:
@@ -199,8 +199,10 @@ void COptionsScreen::VActivate()
|
||||
|
||||
x178_textpane_title->TextSupport().SetText(xc_pauseStrg.GetString(15));
|
||||
|
||||
for (int i=0 ; i<5 ; ++i)
|
||||
#if 0
|
||||
for (int i=5 ; i<5 ; ++i)
|
||||
x70_tablegroup_leftlog->GetWorkerWidget(i)->SetIsSelectable(false);
|
||||
#endif
|
||||
|
||||
x174_textpane_body->TextSupport().SetJustification(EJustification::Center);
|
||||
x174_textpane_body->TextSupport().SetVerticalJustification(EVerticalJustification::Bottom);
|
||||
|
||||
Reference in New Issue
Block a user