fix:1、修复bug。 2、1.0.8版本提审
This commit is contained in:
@@ -27,13 +27,13 @@ namespace FGUI.LG_Unlock
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
title1 = (GTextField)GetChildAt(1);
|
||||
btn_subscribe = (GButton)GetChildAt(3);
|
||||
text_coin = (GTextField)GetChildAt(4);
|
||||
btn_gold = (GButton)GetChildAt(5);
|
||||
text_level = (GTextField)GetChildAt(6);
|
||||
btn_play = (GButton)GetChildAt(8);
|
||||
btn_close = (GButton)GetChildAt(12);
|
||||
title1 = (GTextField)GetChildAt(2);
|
||||
btn_subscribe = (GButton)GetChildAt(4);
|
||||
text_coin = (GTextField)GetChildAt(5);
|
||||
btn_gold = (GButton)GetChildAt(6);
|
||||
text_level = (GTextField)GetChildAt(7);
|
||||
btn_play = (GButton)GetChildAt(9);
|
||||
btn_close = (GButton)GetChildAt(13);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user