bug修改

This commit is contained in:
2026-05-25 13:39:18 +08:00
parent f0d5a44e4f
commit 48aa54ee8d
76 changed files with 274 additions and 562 deletions
@@ -7,11 +7,9 @@ namespace FGUI.Game_04
{
public partial class com_open : GComponent
{
public GImage bg;
public GGraph anim;
public GTextField text_level;
public GGraph tips_node;
public Transition t1;
public Transition t0;
public const string URL = "ui://g3iqdlgcopwg13";
public static com_open CreateInstance()
@@ -23,11 +21,9 @@ namespace FGUI.Game_04
{
base.ConstructFromXML(xml);
bg = (GImage)GetChildAt(0);
anim = (GGraph)GetChildAt(1);
text_level = (GTextField)GetChildAt(2);
tips_node = (GGraph)GetChildAt(3);
t1 = GetTransitionAt(0);
text_level = (GTextField)GetChildAt(3);
tips_node = (GGraph)GetChildAt(4);
t0 = GetTransitionAt(0);
}
}
}