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
@@ -0,0 +1,15 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.Egg_20
{
public class Egg_20Binder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_egg.URL, typeof(com_egg));
UIObjectFactory.SetPackageItemExtension(com_egg_item.URL, typeof(com_egg_item));
}
}
}