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
@@ -7,9 +7,7 @@ namespace FGUI.ACommon
{
public partial class com_broadcast_text1 : GComponent
{
public GGraph bg_panel;
public GRichTextField cast_text;
public GRichTextField hide_text;
public GButton btn_broad;
public const string URL = "ui://pmf3wbjiez6k22";
@@ -22,10 +20,8 @@ namespace FGUI.ACommon
{
base.ConstructFromXML(xml);
bg_panel = (GGraph)GetChildAt(0);
cast_text = (GRichTextField)GetChildAt(1);
hide_text = (GRichTextField)GetChildAt(2);
btn_broad = (GButton)GetChildAt(3);
btn_broad = (GButton)GetChildAt(2);
}
}
}
@@ -7,10 +7,10 @@ namespace FGUI.ACommon
{
public partial class com_currency : GComponent
{
public com_avatar com_avatar;
public GButton settings;
public btn_101 btn_coin;
public btn_102 btn_cash;
public com_avatar com_avatar;
public GGroup top_group;
public const string URL = "ui://pmf3wbjiaxgih3";
@@ -23,10 +23,10 @@ namespace FGUI.ACommon
{
base.ConstructFromXML(xml);
settings = (GButton)GetChildAt(1);
btn_coin = (btn_101)GetChildAt(2);
btn_cash = (btn_102)GetChildAt(3);
com_avatar = (com_avatar)GetChildAt(4);
com_avatar = (com_avatar)GetChildAt(1);
settings = (GButton)GetChildAt(2);
btn_coin = (btn_101)GetChildAt(3);
btn_cash = (btn_102)GetChildAt(4);
top_group = (GGroup)GetChildAt(5);
}
}
@@ -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);
}
}
}