bingo b面修改

This commit is contained in:
2026-05-08 11:03:00 +08:00
parent ad5920ac6a
commit 5d32fd56f4
1780 changed files with 36187 additions and 73978 deletions
@@ -25,13 +25,13 @@ namespace FGUI.JTodo
{
base.ConstructFromXML(xml);
btn_0 = (btn_todo)GetChildAt(0);
btn_1 = (btn_todo)GetChildAt(1);
btn_2 = (btn_todo)GetChildAt(2);
settings = (GButton)GetChildAt(3);
btn_coin = (GComponent)GetChildAt(4);
btn_cash = (GComponent)GetChildAt(5);
group_ = (GGroup)GetChildAt(6);
btn_0 = (btn_todo)GetChildAt(3);
btn_1 = (btn_todo)GetChildAt(4);
btn_2 = (btn_todo)GetChildAt(5);
settings = (GButton)GetChildAt(6);
btn_coin = (GComponent)GetChildAt(7);
btn_cash = (GComponent)GetChildAt(8);
group_ = (GGroup)GetChildAt(9);
}
}
}