fix:1、修复bug。 2、1.0.8版本提审
This commit is contained in:
@@ -27,12 +27,12 @@ namespace FGUI.ZM_Tasks_13
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg_parent = (GGraph)GetChildAt(2);
|
||||
btn_mult = (GButton)GetChildAt(5);
|
||||
fx_place = (GGraph)GetChildAt(6);
|
||||
text_award = (GTextField)GetChildAt(7);
|
||||
btn_claim = (GButton)GetChildAt(8);
|
||||
title1 = (GTextField)GetChildAt(9);
|
||||
wheel = (GComponent)GetChildAt(10);
|
||||
btn_mult = (GButton)GetChildAt(4);
|
||||
fx_place = (GGraph)GetChildAt(5);
|
||||
text_award = (GTextField)GetChildAt(6);
|
||||
btn_claim = (GButton)GetChildAt(7);
|
||||
title1 = (GTextField)GetChildAt(8);
|
||||
wheel = (GComponent)GetChildAt(9);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user