提交项目
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://40qcigbvhrbwj";
|
||||
|
||||
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: 147f88dc1bfaf4117a3ef45c511023f2
|
||||
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://40qcigbvhrbwl";
|
||||
|
||||
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: 6737d1f84dfac4d38b8c42f4d950e40c
|
||||
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_buy;
|
||||
public GButton btn_max_pay;
|
||||
public GButton btn_back;
|
||||
public const string URL = "ui://40qcigbvupx737";
|
||||
|
||||
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(15);
|
||||
text_refreshnum = (GTextField)GetChildAt(16);
|
||||
text_outnum = (GTextField)GetChildAt(17);
|
||||
text_backnum = (GTextField)GetChildAt(18);
|
||||
text_goldnum = (GTextField)GetChildAt(20);
|
||||
end_point = (GTextField)GetChildAt(21);
|
||||
btn_buy = (GButton)GetChildAt(23);
|
||||
btn_max_pay = (GButton)GetChildAt(24);
|
||||
btn_back = (GButton)GetChildAt(25);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4d1cb02a2009e45379068bdf9dc6bca4
|
||||
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: 7be4b3b5c7aaa4cc0ac4157e1fb9cdb0
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user