fix:1、删除部分不用的资源代码。2、a面修复bug

This commit is contained in:
barry
2026-04-28 18:42:00 +08:00
parent 70d45d4705
commit cc12dffbaa
417 changed files with 36736 additions and 40575 deletions
@@ -8,6 +8,7 @@ namespace FGUI.ZM_Img_02
public partial class com_loadingBg : GComponent
{
public GImage bg;
public GImage img_icon;
public GGraph bg_parent;
public const string URL = "ui://g8449vzzopwg0";
@@ -21,6 +22,7 @@ namespace FGUI.ZM_Img_02
base.ConstructFromXML(xml);
bg = (GImage)GetChildAt(0);
img_icon = (GImage)GetChildAt(1);
bg_parent = (GGraph)GetChildAt(2);
}
}