fix:1、删除部分不用的资源代码。2、a面修复bug
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user