fix:1、添加egg动画。2、更换ui(签到,大厅,登录加载界面)。3、删除暂时不需要的资源
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8f39ea2f97fe12f4595c9100ea1f07c2
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,41 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Egg_20
|
||||
{
|
||||
public partial class com_egg : GComponent
|
||||
{
|
||||
public com_egg_item egg_item0;
|
||||
public com_egg_item egg_item1;
|
||||
public com_egg_item egg_item2;
|
||||
public com_egg_item egg_item3;
|
||||
public GButton btn_close;
|
||||
public GButton com_gold;
|
||||
public GButton btn_claim_mult;
|
||||
public GButton btn_claim;
|
||||
public GGroup group_cliam;
|
||||
public const string URL = "ui://p75o33vzl7wr0";
|
||||
|
||||
public static com_egg CreateInstance()
|
||||
{
|
||||
return (com_egg)UIPackage.CreateObject("Egg_20", "com_egg");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
egg_item0 = (com_egg_item)GetChildAt(1);
|
||||
egg_item1 = (com_egg_item)GetChildAt(2);
|
||||
egg_item2 = (com_egg_item)GetChildAt(3);
|
||||
egg_item3 = (com_egg_item)GetChildAt(4);
|
||||
btn_close = (GButton)GetChildAt(5);
|
||||
com_gold = (GButton)GetChildAt(6);
|
||||
btn_claim_mult = (GButton)GetChildAt(7);
|
||||
btn_claim = (GButton)GetChildAt(8);
|
||||
group_cliam = (GGroup)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 35d7b6d4a4f6fb24ba68a07ae316cf18
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,33 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Egg_20
|
||||
{
|
||||
public partial class com_egg_item : GButton
|
||||
{
|
||||
public Controller egg_state;
|
||||
public GImage egg;
|
||||
public GGraph anim_bg1;
|
||||
public GGraph anim_bg;
|
||||
public GTextField text_num;
|
||||
public const string URL = "ui://p75o33vzl7wr2";
|
||||
|
||||
public static com_egg_item CreateInstance()
|
||||
{
|
||||
return (com_egg_item)UIPackage.CreateObject("Egg_20", "com_egg_item");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
egg_state = GetControllerAt(0);
|
||||
egg = (GImage)GetChildAt(1);
|
||||
anim_bg1 = (GGraph)GetChildAt(2);
|
||||
anim_bg = (GGraph)GetChildAt(3);
|
||||
text_num = (GTextField)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4b4fbfc483d702144a1baac10e345410
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user