fix:1、修复bug

This commit is contained in:
barry
2026-06-29 08:59:34 +08:00
parent 86518aae41
commit 1354dfbc34
92 changed files with 53105 additions and 51712 deletions
@@ -34,13 +34,13 @@ namespace FGUI.Reward_10
cont_white = GetControllerAt(1);
state = GetControllerAt(2);
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);
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);
t0 = GetTransitionAt(0);
}
}