提交
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user