bingo 项目提交
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.failpack
|
||||
{
|
||||
public partial class btn_get_1 : GButton
|
||||
{
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://fr2jeuh5hrbwj";
|
||||
|
||||
public static btn_get_1 CreateInstance()
|
||||
{
|
||||
return (btn_get_1)UIPackage.CreateObject("failpack", "btn_get_1");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
img_saveingpot = (GImage)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 074048194c7fb4553919b156b0d91edf
|
||||
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.failpack
|
||||
{
|
||||
public partial class btn_green_1 : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public Controller cooldown;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://fr2jeuh5hrbwl";
|
||||
|
||||
public static btn_green_1 CreateInstance()
|
||||
{
|
||||
return (btn_green_1)UIPackage.CreateObject("failpack", "btn_green_1");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
cooldown = GetControllerAt(1);
|
||||
img_saveingpot = (GImage)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8bd7b952cb0744b06a3e59772507de46
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,53 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.failpack
|
||||
{
|
||||
public partial class com_resurgence : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GImage bg;
|
||||
public GProgressBar progress_1;
|
||||
public GTextField text_have;
|
||||
public GTextField need_text;
|
||||
public GTextField text_remain;
|
||||
public GTextField text_progress;
|
||||
public GTextField text_refreshnum;
|
||||
public GTextField text_outnum;
|
||||
public GTextField text_backnum;
|
||||
public GTextField text_goldnum;
|
||||
public GTextField end_point;
|
||||
public GButton btn_back;
|
||||
public GButton btn_buy;
|
||||
public GButton btn_max_pay;
|
||||
public const string URL = "ui://fr2jeuh5upx737";
|
||||
|
||||
public static com_resurgence CreateInstance()
|
||||
{
|
||||
return (com_resurgence)UIPackage.CreateObject("failpack", "com_resurgence");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
bg = (GImage)GetChildAt(2);
|
||||
progress_1 = (GProgressBar)GetChildAt(3);
|
||||
text_have = (GTextField)GetChildAt(4);
|
||||
need_text = (GTextField)GetChildAt(5);
|
||||
text_remain = (GTextField)GetChildAt(7);
|
||||
text_progress = (GTextField)GetChildAt(12);
|
||||
text_refreshnum = (GTextField)GetChildAt(13);
|
||||
text_outnum = (GTextField)GetChildAt(14);
|
||||
text_backnum = (GTextField)GetChildAt(15);
|
||||
text_goldnum = (GTextField)GetChildAt(17);
|
||||
end_point = (GTextField)GetChildAt(18);
|
||||
btn_back = (GButton)GetChildAt(19);
|
||||
btn_buy = (GButton)GetChildAt(20);
|
||||
btn_max_pay = (GButton)GetChildAt(21);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9600eb9ba73184116b5c9ce8273f69db
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,16 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.failpack
|
||||
{
|
||||
public class failpackBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(btn_get_1.URL, typeof(btn_get_1));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_green_1.URL, typeof(btn_green_1));
|
||||
UIObjectFactory.SetPackageItemExtension(com_resurgence.URL, typeof(com_resurgence));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fdb50f50c17894b6697e9a8fbb30e483
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user