更新bug
This commit is contained in:
@@ -22,6 +22,7 @@ namespace FGUI.Lobby_03
|
||||
public GButton btn_rank;
|
||||
public btn_sign btn_sign;
|
||||
public btn_wheel btn_spin;
|
||||
public GButton btn_setting;
|
||||
public GButton btn_restore;
|
||||
public GGroup right_group;
|
||||
public GButton btn_gold;
|
||||
@@ -56,6 +57,7 @@ namespace FGUI.Lobby_03
|
||||
btn_rank = (GButton)GetChildAt(18);
|
||||
btn_sign = (btn_sign)GetChildAt(19);
|
||||
btn_spin = (btn_wheel)GetChildAt(20);
|
||||
btn_setting = (GButton)GetChildAt(21);
|
||||
btn_restore = (GButton)GetChildAt(22);
|
||||
right_group = (GGroup)GetChildAt(23);
|
||||
btn_gold = (GButton)GetChildAt(24);
|
||||
|
||||
@@ -32,13 +32,13 @@ namespace FGUI.Reward_10
|
||||
cont_collect = GetControllerAt(0);
|
||||
cont_white = GetControllerAt(1);
|
||||
state = GetControllerAt(2);
|
||||
fx_place = (GGraph)GetChildAt(2);
|
||||
text_num = (GTextField)GetChildAt(3);
|
||||
loader_icon0 = (GLoader)GetChildAt(5);
|
||||
text_num1 = (GTextField)GetChildAt(6);
|
||||
wheel = (GComponent)GetChildAt(7);
|
||||
btn_multi = (GButton)GetChildAt(8);
|
||||
btn_collect = (GButton)GetChildAt(9);
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,8 +8,8 @@ namespace FGUI.Turntable_11
|
||||
public partial class com_wheel : GComponent
|
||||
{
|
||||
public GGraph point;
|
||||
public GGraph startpoint;
|
||||
public com_disc disc;
|
||||
public btn_go spin;
|
||||
public GGraph light_parent;
|
||||
public GButton close;
|
||||
public btn_go1 btn_spin;
|
||||
@@ -26,8 +26,8 @@ namespace FGUI.Turntable_11
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
point = (GGraph)GetChildAt(1);
|
||||
disc = (com_disc)GetChildAt(2);
|
||||
spin = (btn_go)GetChildAt(3);
|
||||
startpoint = (GGraph)GetChildAt(2);
|
||||
disc = (com_disc)GetChildAt(3);
|
||||
light_parent = (GGraph)GetChildAt(4);
|
||||
close = (GButton)GetChildAt(5);
|
||||
btn_spin = (btn_go1)GetChildAt(6);
|
||||
|
||||
Reference in New Issue
Block a user