接入外部sdk

This commit is contained in:
2026-06-05 15:02:47 +08:00
parent 53d578b6eb
commit cb476b3988
864 changed files with 43510 additions and 550 deletions
@@ -24,6 +24,7 @@ namespace FGUI.JBingoPlay
public GGroup group_;
public GButton btn_ballon;
public GGraph zhezhao;
public GButton btn_pal;
public Transition fx_readygo;
public Transition fx_gameover;
public const string URL = "ui://qrqjiu5slbaa2";
@@ -54,6 +55,7 @@ namespace FGUI.JBingoPlay
group_ = (GGroup)GetChildAt(14);
btn_ballon = (GButton)GetChildAt(15);
zhezhao = (GGraph)GetChildAt(16);
btn_pal = (GButton)GetChildAt(20);
fx_readygo = GetTransitionAt(0);
fx_gameover = GetTransitionAt(1);
}