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);
}
}
}