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
@@ -8,6 +8,7 @@ namespace FGUI.JMain
public partial class com_main : GComponent
{
public Controller gift;
public Controller type;
public GGraph gp_fx;
public GButton btn_play;
public com_cardnum com_cardnum;
@@ -18,7 +19,8 @@ namespace FGUI.JMain
public makeup makeup;
public GButton btn_admin;
public btn_question btn_question;
public GButton btn_h5;
public GButton btn_saveingpot;
public GButton btn_cashout;
public const string URL = "ui://qw9x6rf3lbaa0";
public static com_main CreateInstance()
@@ -31,17 +33,19 @@ namespace FGUI.JMain
base.ConstructFromXML(xml);
gift = GetControllerAt(0);
type = GetControllerAt(1);
gp_fx = (GGraph)GetChildAt(0);
btn_play = (GButton)GetChildAt(1);
com_cardnum = (com_cardnum)GetChildAt(2);
com_cards = (com_playnum)GetChildAt(3);
com_cardplay = (com_cardplaytext)GetChildAt(4);
btn_ballon = (GButton)GetChildAt(5);
btn_set = (GButton)GetChildAt(6);
makeup = (makeup)GetChildAt(7);
btn_admin = (GButton)GetChildAt(8);
btn_question = (btn_question)GetChildAt(9);
btn_h5 = (GButton)GetChildAt(10);
btn_play = (GButton)GetChildAt(6);
com_cardnum = (com_cardnum)GetChildAt(7);
com_cards = (com_playnum)GetChildAt(8);
com_cardplay = (com_cardplaytext)GetChildAt(9);
btn_ballon = (GButton)GetChildAt(10);
btn_set = (GButton)GetChildAt(11);
makeup = (makeup)GetChildAt(12);
btn_admin = (GButton)GetChildAt(13);
btn_question = (btn_question)GetChildAt(14);
btn_saveingpot = (GButton)GetChildAt(15);
btn_cashout = (GButton)GetChildAt(16);
}
}
}