fix:1、添加egg动画。2、更换ui(签到,大厅,登录加载界面)。3、删除暂时不需要的资源

This commit is contained in:
2026-04-23 10:25:32 +08:00
parent 83ff9f71ad
commit 7c23d255e6
244 changed files with 1826 additions and 2675 deletions
@@ -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);
}
}