接入外部sdk
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user