fix:1、修复bug
This commit is contained in:
@@ -8,6 +8,7 @@ namespace FGUI.Arrow_game
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_gift.URL, typeof(com_gift));
|
||||
UIObjectFactory.SetPackageItemExtension(com_arrow_game.URL, typeof(com_arrow_game));
|
||||
UIObjectFactory.SetPackageItemExtension(ArrowEnd.URL, typeof(ArrowEnd));
|
||||
UIObjectFactory.SetPackageItemExtension(LineTile.URL, typeof(LineTile));
|
||||
|
||||
@@ -7,6 +7,7 @@ namespace FGUI.Arrow_game
|
||||
{
|
||||
public partial class btn_watch : GButton
|
||||
{
|
||||
public Controller can;
|
||||
public GImage bg;
|
||||
public GTextField text;
|
||||
public const string URL = "ui://sjl9teijrsd4g";
|
||||
@@ -20,6 +21,7 @@ namespace FGUI.Arrow_game
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
can = GetControllerAt(0);
|
||||
bg = (GImage)GetChildAt(0);
|
||||
text = (GTextField)GetChildAt(1);
|
||||
}
|
||||
|
||||
@@ -8,6 +8,7 @@ namespace FGUI.Arrow_game
|
||||
public partial class com_arrow_game : GComponent
|
||||
{
|
||||
public Controller mode;
|
||||
public Controller state;
|
||||
public com_flicker com_ficker;
|
||||
public view_container_parent view_container_parent;
|
||||
public ArrorPoint point;
|
||||
@@ -17,12 +18,16 @@ namespace FGUI.Arrow_game
|
||||
public GGraph samll_point;
|
||||
public GTextField text_level;
|
||||
public com_bottom com_bottom;
|
||||
public GButton btn_signin;
|
||||
public btn_petty btn_petty;
|
||||
public btn_saveingpot btn_saveingpot;
|
||||
public GButton btn_statement;
|
||||
public GButton btn_signin;
|
||||
public GGroup panel;
|
||||
public com_finger com_finger;
|
||||
public GButton btn_wv;
|
||||
public GProgressBar ch_progress;
|
||||
public GButton com_gem;
|
||||
public com_gift com_gift;
|
||||
public Transition t1;
|
||||
public const string URL = "ui://sjl9teijrsd40";
|
||||
|
||||
@@ -36,6 +41,7 @@ namespace FGUI.Arrow_game
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
mode = GetControllerAt(0);
|
||||
state = GetControllerAt(1);
|
||||
com_ficker = (com_flicker)GetChildAt(2);
|
||||
view_container_parent = (view_container_parent)GetChildAt(3);
|
||||
point = (ArrorPoint)GetChildAt(4);
|
||||
@@ -45,12 +51,16 @@ namespace FGUI.Arrow_game
|
||||
samll_point = (GGraph)GetChildAt(8);
|
||||
text_level = (GTextField)GetChildAt(10);
|
||||
com_bottom = (com_bottom)GetChildAt(12);
|
||||
btn_petty = (btn_petty)GetChildAt(13);
|
||||
btn_saveingpot = (btn_saveingpot)GetChildAt(14);
|
||||
btn_statement = (GButton)GetChildAt(15);
|
||||
btn_signin = (GButton)GetChildAt(16);
|
||||
btn_signin = (GButton)GetChildAt(13);
|
||||
btn_petty = (btn_petty)GetChildAt(14);
|
||||
btn_saveingpot = (btn_saveingpot)GetChildAt(15);
|
||||
btn_statement = (GButton)GetChildAt(16);
|
||||
panel = (GGroup)GetChildAt(17);
|
||||
com_finger = (com_finger)GetChildAt(18);
|
||||
ch_progress = (GProgressBar)GetChildAt(19);
|
||||
btn_wv = (GButton)GetChildAt(19);
|
||||
ch_progress = (GProgressBar)GetChildAt(20);
|
||||
com_gem = (GButton)GetChildAt(21);
|
||||
com_gift = (com_gift)GetChildAt(22);
|
||||
t1 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Arrow_game
|
||||
{
|
||||
public partial class com_gift : GComponent
|
||||
{
|
||||
public GTextField text_gift;
|
||||
public const string URL = "ui://sjl9teijq8to1u";
|
||||
|
||||
public static com_gift CreateInstance()
|
||||
{
|
||||
return (com_gift)UIPackage.CreateObject("Arrow_game", "com_gift");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_gift = (GTextField)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 36e3850568fb04efcaffed0b7f4c8462
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -34,13 +34,13 @@ namespace FGUI.Reward_10
|
||||
cont_white = GetControllerAt(1);
|
||||
state = GetControllerAt(2);
|
||||
gift = GetControllerAt(3);
|
||||
fx_place = (GGraph)GetChildAt(4);
|
||||
text_num = (GTextField)GetChildAt(5);
|
||||
loader_icon0 = (GLoader)GetChildAt(7);
|
||||
text_num1 = (GTextField)GetChildAt(8);
|
||||
wheel = (GComponent)GetChildAt(9);
|
||||
btn_multi = (GButton)GetChildAt(10);
|
||||
btn_collect = (GButton)GetChildAt(11);
|
||||
fx_place = (GGraph)GetChildAt(3);
|
||||
text_num = (GTextField)GetChildAt(4);
|
||||
loader_icon0 = (GLoader)GetChildAt(6);
|
||||
text_num1 = (GTextField)GetChildAt(7);
|
||||
wheel = (GComponent)GetChildAt(8);
|
||||
btn_multi = (GButton)GetChildAt(9);
|
||||
btn_collect = (GButton)GetChildAt(10);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,12 +10,12 @@ namespace FGUI.Signin_19
|
||||
public Controller status;
|
||||
public Controller day;
|
||||
public Controller isGift;
|
||||
public GTextField reward_num;
|
||||
public GGraph anim_sign;
|
||||
public GLoader loader_icon0;
|
||||
public GTextField text_prop;
|
||||
public GTextField reward_num1;
|
||||
public GImage gou;
|
||||
public GRichTextField reward_num;
|
||||
public const string URL = "ui://a98xmhwkebok1z";
|
||||
|
||||
public static btn_sign CreateInstance()
|
||||
@@ -30,12 +30,12 @@ namespace FGUI.Signin_19
|
||||
status = GetControllerAt(0);
|
||||
day = GetControllerAt(1);
|
||||
isGift = GetControllerAt(2);
|
||||
reward_num = (GTextField)GetChildAt(7);
|
||||
anim_sign = (GGraph)GetChildAt(10);
|
||||
loader_icon0 = (GLoader)GetChildAt(11);
|
||||
text_prop = (GTextField)GetChildAt(12);
|
||||
reward_num1 = (GTextField)GetChildAt(13);
|
||||
gou = (GImage)GetChildAt(14);
|
||||
anim_sign = (GGraph)GetChildAt(9);
|
||||
loader_icon0 = (GLoader)GetChildAt(10);
|
||||
text_prop = (GTextField)GetChildAt(11);
|
||||
reward_num1 = (GTextField)GetChildAt(12);
|
||||
gou = (GImage)GetChildAt(13);
|
||||
reward_num = (GRichTextField)GetChildAt(14);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -30,18 +30,18 @@ namespace FGUI.Signin_19
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
day1 = (btn_sign)GetChildAt(2);
|
||||
day2 = (btn_sign)GetChildAt(3);
|
||||
day3 = (btn_sign)GetChildAt(4);
|
||||
day4 = (btn_sign)GetChildAt(5);
|
||||
day5 = (btn_sign)GetChildAt(6);
|
||||
day6 = (btn_sign)GetChildAt(7);
|
||||
day7 = (btn_sign)GetChildAt(8);
|
||||
close = (GButton)GetChildAt(9);
|
||||
point = (GGraph)GetChildAt(10);
|
||||
point1 = (GGraph)GetChildAt(11);
|
||||
com_gold = (GButton)GetChildAt(12);
|
||||
btn_collect = (GButton)GetChildAt(13);
|
||||
day1 = (btn_sign)GetChildAt(1);
|
||||
day2 = (btn_sign)GetChildAt(2);
|
||||
day3 = (btn_sign)GetChildAt(3);
|
||||
day4 = (btn_sign)GetChildAt(4);
|
||||
day5 = (btn_sign)GetChildAt(5);
|
||||
day6 = (btn_sign)GetChildAt(6);
|
||||
day7 = (btn_sign)GetChildAt(7);
|
||||
close = (GButton)GetChildAt(8);
|
||||
point = (GGraph)GetChildAt(9);
|
||||
point1 = (GGraph)GetChildAt(10);
|
||||
com_gold = (GButton)GetChildAt(11);
|
||||
btn_collect = (GButton)GetChildAt(12);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.tixian
|
||||
{
|
||||
public partial class btn_getcash : GButton
|
||||
{
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://md8tkwlzupx71u";
|
||||
|
||||
public static btn_getcash CreateInstance()
|
||||
{
|
||||
return (btn_getcash)UIPackage.CreateObject("tixian", "btn_getcash");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
img_saveingpot = (GImage)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 712454ebe18c44a2ea5756b3a01d7ba6
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -31,6 +31,7 @@ namespace FGUI.tixian
|
||||
UIObjectFactory.SetPackageItemExtension(btn_code.URL, typeof(btn_code));
|
||||
UIObjectFactory.SetPackageItemExtension(com_saveingpot.URL, typeof(com_saveingpot));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_top.URL, typeof(btn_top));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_getcash.URL, typeof(btn_getcash));
|
||||
UIObjectFactory.SetPackageItemExtension(com_confirm.URL, typeof(com_confirm));
|
||||
UIObjectFactory.SetPackageItemExtension(com_record.URL, typeof(com_record));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user