bingo b面修改
This commit is contained in:
@@ -13,7 +13,6 @@ namespace FGUI.JWheel
|
||||
public com_spin com_Spinn;
|
||||
public GButton closeButton;
|
||||
public GGraph gp_Fx;
|
||||
public GImage img_zhen;
|
||||
public Transition fx_zhen;
|
||||
public Transition fx_exit;
|
||||
public Transition fx_enter;
|
||||
@@ -29,12 +28,11 @@ namespace FGUI.JWheel
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_state = GetControllerAt(0);
|
||||
com_wheels = (com_wheels)GetChildAt(2);
|
||||
btn_spin = (btn_spin)GetChildAt(3);
|
||||
com_Spinn = (com_spin)GetChildAt(4);
|
||||
closeButton = (GButton)GetChildAt(5);
|
||||
gp_Fx = (GGraph)GetChildAt(6);
|
||||
img_zhen = (GImage)GetChildAt(23);
|
||||
com_wheels = (com_wheels)GetChildAt(0);
|
||||
btn_spin = (btn_spin)GetChildAt(2);
|
||||
com_Spinn = (com_spin)GetChildAt(3);
|
||||
closeButton = (GButton)GetChildAt(4);
|
||||
gp_Fx = (GGraph)GetChildAt(5);
|
||||
fx_zhen = GetTransitionAt(0);
|
||||
fx_exit = GetTransitionAt(1);
|
||||
fx_enter = GetTransitionAt(2);
|
||||
|
||||
@@ -29,15 +29,15 @@ namespace FGUI.JWheel
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_state = GetControllerAt(0);
|
||||
com_reward1 = (com_reward)GetChildAt(2);
|
||||
com_reward2 = (com_reward)GetChildAt(3);
|
||||
com_reward3 = (com_reward)GetChildAt(4);
|
||||
com_reward4 = (com_reward)GetChildAt(5);
|
||||
com_reward5 = (com_reward)GetChildAt(6);
|
||||
com_reward6 = (com_reward)GetChildAt(7);
|
||||
com_reward7 = (com_reward)GetChildAt(8);
|
||||
com_reward8 = (com_reward)GetChildAt(9);
|
||||
gp_Select = (GGraph)GetChildAt(10);
|
||||
com_reward1 = (com_reward)GetChildAt(1);
|
||||
com_reward2 = (com_reward)GetChildAt(2);
|
||||
com_reward3 = (com_reward)GetChildAt(3);
|
||||
com_reward4 = (com_reward)GetChildAt(4);
|
||||
com_reward5 = (com_reward)GetChildAt(5);
|
||||
com_reward6 = (com_reward)GetChildAt(6);
|
||||
com_reward7 = (com_reward)GetChildAt(7);
|
||||
com_reward8 = (com_reward)GetChildAt(8);
|
||||
gp_Select = (GGraph)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user