fix:1、修复bug。 2、1.0.8版本提审
This commit is contained in:
@@ -15,7 +15,6 @@ namespace FGUI.LG_End
|
||||
public GTextField tetx_level;
|
||||
public GButton btn_setting;
|
||||
public GGraph congra_parent;
|
||||
public GButton btn_continue;
|
||||
public GTextField text_levelType;
|
||||
public GGraph bg_parent;
|
||||
public GGraph bg_parent_title;
|
||||
@@ -24,6 +23,7 @@ namespace FGUI.LG_End
|
||||
public GTextField text_award;
|
||||
public GButton btn_gold;
|
||||
public GComponent com_loader;
|
||||
public GButton btn_continue;
|
||||
public GButton btn_download;
|
||||
public GButton btn_restart;
|
||||
public GComponent wheel;
|
||||
@@ -52,15 +52,15 @@ namespace FGUI.LG_End
|
||||
tetx_level = (GTextField)GetChildAt(4);
|
||||
btn_setting = (GButton)GetChildAt(5);
|
||||
congra_parent = (GGraph)GetChildAt(11);
|
||||
btn_continue = (GButton)GetChildAt(12);
|
||||
text_levelType = (GTextField)GetChildAt(13);
|
||||
bg_parent = (GGraph)GetChildAt(14);
|
||||
bg_parent_title = (GGraph)GetChildAt(19);
|
||||
coin_parent = (GGraph)GetChildAt(20);
|
||||
btn_mult = (GButton)GetChildAt(21);
|
||||
text_award = (GTextField)GetChildAt(23);
|
||||
btn_gold = (GButton)GetChildAt(24);
|
||||
com_loader = (GComponent)GetChildAt(27);
|
||||
text_levelType = (GTextField)GetChildAt(12);
|
||||
bg_parent = (GGraph)GetChildAt(13);
|
||||
bg_parent_title = (GGraph)GetChildAt(18);
|
||||
coin_parent = (GGraph)GetChildAt(19);
|
||||
btn_mult = (GButton)GetChildAt(20);
|
||||
text_award = (GTextField)GetChildAt(22);
|
||||
btn_gold = (GButton)GetChildAt(23);
|
||||
com_loader = (GComponent)GetChildAt(26);
|
||||
btn_continue = (GButton)GetChildAt(27);
|
||||
btn_download = (GButton)GetChildAt(29);
|
||||
btn_restart = (GButton)GetChildAt(30);
|
||||
wheel = (GComponent)GetChildAt(31);
|
||||
|
||||
Reference in New Issue
Block a user