fix:1、同步部分arrow game的ui资源和代码
This commit is contained in:
@@ -12,6 +12,7 @@ namespace FGUI.ZM_Common_01
|
||||
UIObjectFactory.SetPackageItemExtension(btn_threeday.URL, typeof(btn_threeday));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_head.URL, typeof(btn_head));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_chat.URL, typeof(btn_chat));
|
||||
UIObjectFactory.SetPackageItemExtension(com_money.URL, typeof(com_money));
|
||||
UIObjectFactory.SetPackageItemExtension(com_broadcast1.URL, typeof(com_broadcast1));
|
||||
UIObjectFactory.SetPackageItemExtension(com_broadcast_text1.URL, typeof(com_broadcast_text1));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_curr.URL, typeof(btn_curr));
|
||||
@@ -22,6 +23,7 @@ namespace FGUI.ZM_Common_01
|
||||
UIObjectFactory.SetPackageItemExtension(btn_claim4.URL, typeof(btn_claim4));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_claim.URL, typeof(btn_claim));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_noads.URL, typeof(btn_noads));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_wv.URL, typeof(btn_wv));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Common_01
|
||||
{
|
||||
public partial class btn_wv : GButton
|
||||
{
|
||||
public GTextField lab_time;
|
||||
public const string URL = "ui://o9974uc5w6awe3d";
|
||||
|
||||
public static btn_wv CreateInstance()
|
||||
{
|
||||
return (btn_wv)UIPackage.CreateObject("ZM_Common_01", "btn_wv");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
lab_time = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 964dd6696e1646843a1f764694275683
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,29 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Common_01
|
||||
{
|
||||
public partial class com_money : GComponent
|
||||
{
|
||||
public GImage icon;
|
||||
public GButton btn_ch;
|
||||
public GTextField text_gold;
|
||||
public const string URL = "ui://o9974uc5lb7le3h";
|
||||
|
||||
public static com_money CreateInstance()
|
||||
{
|
||||
return (com_money)UIPackage.CreateObject("ZM_Common_01", "com_money");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
icon = (GImage)GetChildAt(1);
|
||||
btn_ch = (GButton)GetChildAt(2);
|
||||
text_gold = (GTextField)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 28e81c96f7dc2074eb9c650fc46578bc
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user