A bit of select_btn

This commit is contained in:
robojumper
2025-04-03 19:09:11 +02:00
parent e7e08fa546
commit 832f6a6744
6 changed files with 761 additions and 61 deletions
+2 -2
View File
@@ -106,8 +106,8 @@ bool dLytMeter1Button_c::build(d2d::ResAccIf_c *resAcc) {
mAnmGroups[i].setAnimEnable(false);
}
// TODO
mLyt.fn_800AB9A0(mLyt.getTextBox("T_sabBtnS_00"), nullptr);
mLyt.fn_800AB9A0(mLyt.getTextBox("T_sabBtn_00"), nullptr);
mLyt.fn_800AB9A0(mLyt.getTextBox("T_sabBtnS_00"), 0);
mLyt.fn_800AB9A0(mLyt.getTextBox("T_sabBtn_00"), 0);
mpWindow = mLyt.getWindow(sWindowName1);
mpTextbox = mLyt.getSizeBoxInWindow(sWindowName1);
mpWindow->UpdateSize(mpTextbox, 32.0f);