fix:1、添加egg动画。2、更换ui(签到,大厅,登录加载界面)。3、删除暂时不需要的资源
This commit is contained in:
@@ -8,7 +8,6 @@ namespace FGUI.ZM_Img_02
|
||||
public partial class com_loadingBg : GComponent
|
||||
{
|
||||
public GImage bg;
|
||||
public GImage logo;
|
||||
public GGraph bg_parent;
|
||||
public const string URL = "ui://g8449vzzopwg0";
|
||||
|
||||
@@ -22,7 +21,6 @@ namespace FGUI.ZM_Img_02
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg = (GImage)GetChildAt(0);
|
||||
logo = (GImage)GetChildAt(1);
|
||||
bg_parent = (GGraph)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user