更新bug

This commit is contained in:
2026-05-25 10:07:19 +08:00
parent c8a5c4f2e5
commit f0d5a44e4f
557 changed files with 214 additions and 40840 deletions
@@ -32,13 +32,13 @@ namespace FGUI.Reward_10
cont_collect = GetControllerAt(0);
cont_white = GetControllerAt(1);
state = GetControllerAt(2);
fx_place = (GGraph)GetChildAt(2);
text_num = (GTextField)GetChildAt(3);
loader_icon0 = (GLoader)GetChildAt(5);
text_num1 = (GTextField)GetChildAt(6);
wheel = (GComponent)GetChildAt(7);
btn_multi = (GButton)GetChildAt(8);
btn_collect = (GButton)GetChildAt(9);
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);
}
}