首次提交
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G003_play
|
||||
{
|
||||
public partial class Com_LoginFailurePopup : GComponent
|
||||
{
|
||||
public GTextField txt_Title;
|
||||
public GButton btn_close;
|
||||
public GButton btn_Login;
|
||||
public const string URL = "ui://zfuthrzhr7rw2h";
|
||||
|
||||
public static Com_LoginFailurePopup CreateInstance()
|
||||
{
|
||||
return (Com_LoginFailurePopup)UIPackage.CreateObject("G003_play", "Com_LoginFailurePopup");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
txt_Title = (GTextField)GetChildAt(1);
|
||||
btn_close = (GButton)GetChildAt(2);
|
||||
btn_Login = (GButton)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 461d1b4401157fe41b210c8e81f3dad9
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,22 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.G003_play
|
||||
{
|
||||
public class G003_playBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_prop.URL, typeof(com_prop));
|
||||
UIObjectFactory.SetPackageItemExtension(sheep_play.URL, typeof(sheep_play));
|
||||
UIObjectFactory.SetPackageItemExtension(new_topmoney.URL, typeof(new_topmoney));
|
||||
UIObjectFactory.SetPackageItemExtension(new_topgold.URL, typeof(new_topgold));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_battle.URL, typeof(btn_battle));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_hall.URL, typeof(btn_hall));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_look_ad.URL, typeof(btn_look_ad));
|
||||
UIObjectFactory.SetPackageItemExtension(com_opengame.URL, typeof(com_opengame));
|
||||
UIObjectFactory.SetPackageItemExtension(Com_LoginFailurePopup.URL, typeof(Com_LoginFailurePopup));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 600947f7e894d4a429c2d74cfd8f0321
|
||||
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.G003_play
|
||||
{
|
||||
public partial class btn_battle : GButton
|
||||
{
|
||||
public GImage red;
|
||||
public GImage progress;
|
||||
public GTextField number_text;
|
||||
public const string URL = "ui://zfuthrzhi98k1i";
|
||||
|
||||
public static btn_battle CreateInstance()
|
||||
{
|
||||
return (btn_battle)UIPackage.CreateObject("G003_play", "btn_battle");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
red = (GImage)GetChildAt(1);
|
||||
progress = (GImage)GetChildAt(3);
|
||||
number_text = (GTextField)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b53b7428363087c44928981b556119dd
|
||||
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.G003_play
|
||||
{
|
||||
public partial class btn_hall : GButton
|
||||
{
|
||||
public GTextField number_text1;
|
||||
public GTextField number_text;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://zfuthrzhi98k1k";
|
||||
|
||||
public static btn_hall CreateInstance()
|
||||
{
|
||||
return (btn_hall)UIPackage.CreateObject("G003_play", "btn_hall");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
number_text1 = (GTextField)GetChildAt(3);
|
||||
number_text = (GTextField)GetChildAt(4);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 449c2deb6bd2b1d40928e13f74a5bd0e
|
||||
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.G003_play
|
||||
{
|
||||
public partial class btn_look_ad : GButton
|
||||
{
|
||||
public Controller cool_down;
|
||||
public GTextField cool_down_time;
|
||||
public GGraph gp;
|
||||
public const string URL = "ui://zfuthrzhi98k1m";
|
||||
|
||||
public static btn_look_ad CreateInstance()
|
||||
{
|
||||
return (btn_look_ad)UIPackage.CreateObject("G003_play", "btn_look_ad");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cool_down = GetControllerAt(0);
|
||||
cool_down_time = (GTextField)GetChildAt(0);
|
||||
gp = (GGraph)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b91e32ccd707d574f8148d3ac147f9c4
|
||||
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.G003_play
|
||||
{
|
||||
public partial class com_opengame : GComponent
|
||||
{
|
||||
public GImage LevelWordart;
|
||||
public GRichTextField lv_text;
|
||||
public GImage GoWordart;
|
||||
public GGraph tips_node;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://zfuthrzhi98k1r";
|
||||
|
||||
public static com_opengame CreateInstance()
|
||||
{
|
||||
return (com_opengame)UIPackage.CreateObject("G003_play", "com_opengame");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
LevelWordart = (GImage)GetChildAt(5);
|
||||
lv_text = (GRichTextField)GetChildAt(6);
|
||||
GoWordart = (GImage)GetChildAt(7);
|
||||
tips_node = (GGraph)GetChildAt(10);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ba44c42a6e2553c489926e0bd1c269db
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,47 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G003_play
|
||||
{
|
||||
public partial class com_prop : GComponent
|
||||
{
|
||||
public Controller cont_prop;
|
||||
public Controller pay_type;
|
||||
public GTextField txt_Title;
|
||||
public GButton btn_close;
|
||||
public GTextField txt_content;
|
||||
public GButton btn_clean;
|
||||
public GButton btn_add;
|
||||
public GButton btn_merge;
|
||||
public GButton btn_PayBox;
|
||||
public GTextField text_NeedAds;
|
||||
public GTextField text_hasADsCount;
|
||||
public GButton btn_max_pay;
|
||||
public const string URL = "ui://zfuthrzhgxpr28";
|
||||
|
||||
public static com_prop CreateInstance()
|
||||
{
|
||||
return (com_prop)UIPackage.CreateObject("G003_play", "com_prop");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_prop = GetControllerAt(0);
|
||||
pay_type = GetControllerAt(1);
|
||||
txt_Title = (GTextField)GetChildAt(1);
|
||||
btn_close = (GButton)GetChildAt(2);
|
||||
txt_content = (GTextField)GetChildAt(7);
|
||||
btn_clean = (GButton)GetChildAt(8);
|
||||
btn_add = (GButton)GetChildAt(9);
|
||||
btn_merge = (GButton)GetChildAt(10);
|
||||
btn_PayBox = (GButton)GetChildAt(15);
|
||||
text_NeedAds = (GTextField)GetChildAt(18);
|
||||
text_hasADsCount = (GTextField)GetChildAt(19);
|
||||
btn_max_pay = (GButton)GetChildAt(20);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8a5590478d79fdd4a8fcfedd2fc62660
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,35 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G003_play
|
||||
{
|
||||
public partial class new_topgold : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GTextField number_text;
|
||||
public GImage red;
|
||||
public GTextField tips_text;
|
||||
public GButton btn_buygold;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://zfuthrzhi98k1f";
|
||||
|
||||
public static new_topgold CreateInstance()
|
||||
{
|
||||
return (new_topgold)UIPackage.CreateObject("G003_play", "new_topgold");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
number_text = (GTextField)GetChildAt(2);
|
||||
red = (GImage)GetChildAt(3);
|
||||
tips_text = (GTextField)GetChildAt(5);
|
||||
btn_buygold = (GButton)GetChildAt(6);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 760b485481fd4dd4ba82a6111b4e3ee8
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G003_play
|
||||
{
|
||||
public partial class new_topmoney : GComponent
|
||||
{
|
||||
public GTextField number_text;
|
||||
public GButton btn_cashout;
|
||||
public const string URL = "ui://zfuthrzhi98k1d";
|
||||
|
||||
public static new_topmoney CreateInstance()
|
||||
{
|
||||
return (new_topmoney)UIPackage.CreateObject("G003_play", "new_topmoney");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
number_text = (GTextField)GetChildAt(1);
|
||||
btn_cashout = (GButton)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4a35ff097b86b9d4d8f441210e6631b8
|
||||
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.G003_play
|
||||
{
|
||||
public partial class sheep_play : GComponent
|
||||
{
|
||||
public GTextField level_text;
|
||||
public GButton btn_failpack;
|
||||
public GComponent broadcast;
|
||||
public new_topmoney money;
|
||||
public new_topgold gold;
|
||||
public GButton btn_setting;
|
||||
public GButton btn_noads;
|
||||
public btn_battle btn_task;
|
||||
public GButton btn_menu;
|
||||
public GButton btn_saveingpot;
|
||||
public GButton Btn_SignIn;
|
||||
public GGroup TopBox;
|
||||
public btn_look_ad btn_look_ad;
|
||||
public btn_battle btn_clear;
|
||||
public GButton btn_three_day;
|
||||
public const string URL = "ui://zfuthrzhi98k0";
|
||||
|
||||
public static sheep_play CreateInstance()
|
||||
{
|
||||
return (sheep_play)UIPackage.CreateObject("G003_play", "sheep_play");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
level_text = (GTextField)GetChildAt(0);
|
||||
btn_failpack = (GButton)GetChildAt(1);
|
||||
broadcast = (GComponent)GetChildAt(2);
|
||||
money = (new_topmoney)GetChildAt(3);
|
||||
gold = (new_topgold)GetChildAt(4);
|
||||
btn_setting = (GButton)GetChildAt(5);
|
||||
btn_noads = (GButton)GetChildAt(6);
|
||||
btn_task = (btn_battle)GetChildAt(7);
|
||||
btn_menu = (GButton)GetChildAt(8);
|
||||
btn_saveingpot = (GButton)GetChildAt(9);
|
||||
Btn_SignIn = (GButton)GetChildAt(10);
|
||||
TopBox = (GGroup)GetChildAt(11);
|
||||
btn_look_ad = (btn_look_ad)GetChildAt(12);
|
||||
btn_clear = (btn_battle)GetChildAt(13);
|
||||
btn_three_day = (GButton)GetChildAt(14);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1d22dba0866d2a241867e888812703d8
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user