fix:1、添加sdk。2、修复bug
This commit is contained in:
@@ -10,6 +10,7 @@ namespace FGUI.Reward_10
|
||||
public Controller cont_collect;
|
||||
public Controller cont_white;
|
||||
public Controller state;
|
||||
public Controller gift;
|
||||
public GGraph fx_place;
|
||||
public GTextField text_num;
|
||||
public GLoader loader_icon0;
|
||||
@@ -32,13 +33,14 @@ namespace FGUI.Reward_10
|
||||
cont_collect = GetControllerAt(0);
|
||||
cont_white = GetControllerAt(1);
|
||||
state = GetControllerAt(2);
|
||||
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);
|
||||
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);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user