mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
Animation transitions and pause screen fixes
This commit is contained in:
@@ -70,6 +70,17 @@ void CPauseScreenBase::InitializeFrameGlue()
|
||||
x48_tableDoubleStart = x190_tablegroup_double->GetIdlePosition();
|
||||
x54_tableTripleStart = x194_tablegroup_triple->GetIdlePosition();
|
||||
|
||||
for (int i=0 ; i<5 ; ++i)
|
||||
x70_tablegroup_leftlog->GetWorkerWidget(i)->SetIsSelectable(true);
|
||||
|
||||
for (int i=0 ; i<x84_tablegroup_rightlog->GetElementCount() ; ++i)
|
||||
{
|
||||
CGuiWidget* w = x84_tablegroup_rightlog->GetWorkerWidget(i);
|
||||
w->SetLocalTransform(zeus::CTransform::Translate(
|
||||
x2c_rightTableStart + zeus::CVector3f(0.f, 0.f, x38_highlightPitch * i)));
|
||||
w->SetIsSelectable(true);
|
||||
}
|
||||
|
||||
for (int i=0 ; i<5 ; ++i)
|
||||
{
|
||||
xd8_textpane_titles.push_back(static_cast<CGuiTextPane*>(x8_frame.FindWidget(hecl::Format("textpane_title%d", i + 1))));
|
||||
|
||||
Reference in New Issue
Block a user