This commit is contained in:
2026-06-04 13:57:53 +08:00
parent 1e442c6bb3
commit 3fe5251b55
76 changed files with 612 additions and 824 deletions
@@ -8,11 +8,11 @@ namespace FGUI.ACommon
public partial class com_di : GComponent
{
public Controller gift;
public btn_main btn_main;
public btn_fight btn_main;
public btn_h5 btn_shop;
public btn_todo btn_tab_redem;
public btn_todo btn_fight;
public btn_hall btn_hall;
public btn_fight btn_fight;
public btn_main btn_tab_redem;
public const string URL = "ui://pmf3wbjiokk5gf";
public static com_di CreateInstance()
@@ -25,11 +25,11 @@ namespace FGUI.ACommon
base.ConstructFromXML(xml);
gift = GetControllerAt(0);
btn_main = (btn_main)GetChildAt(1);
btn_main = (btn_fight)GetChildAt(1);
btn_shop = (btn_h5)GetChildAt(2);
btn_tab_redem = (btn_todo)GetChildAt(3);
btn_fight = (btn_todo)GetChildAt(3);
btn_hall = (btn_hall)GetChildAt(4);
btn_fight = (btn_fight)GetChildAt(7);
btn_tab_redem = (btn_main)GetChildAt(7);
}
}
}