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
@@ -9,6 +9,8 @@ namespace FGUI.Img_02
{
public GImage bg;
public GGraph bg_parent;
public GGraph leaves_anim;
public GGraph light_anim;
public const string URL = "ui://g8449vzzopwg0";
public static com_loadingBg CreateInstance()
@@ -22,6 +24,8 @@ namespace FGUI.Img_02
bg = (GImage)GetChildAt(0);
bg_parent = (GGraph)GetChildAt(1);
leaves_anim = (GGraph)GetChildAt(2);
light_anim = (GGraph)GetChildAt(3);
}
}
}