ui修改
This commit is contained in:
@@ -23,8 +23,8 @@ namespace FGUI.JBingoPlay
|
|||||||
public com_ball com_ballleft;
|
public com_ball com_ballleft;
|
||||||
public GGroup group_;
|
public GGroup group_;
|
||||||
public GButton btn_ballon;
|
public GButton btn_ballon;
|
||||||
public GGraph zhezhao;
|
|
||||||
public GButton btn_pal;
|
public GButton btn_pal;
|
||||||
|
public GGraph zhezhao;
|
||||||
public Transition fx_readygo;
|
public Transition fx_readygo;
|
||||||
public Transition fx_gameover;
|
public Transition fx_gameover;
|
||||||
public const string URL = "ui://qrqjiu5slbaa2";
|
public const string URL = "ui://qrqjiu5slbaa2";
|
||||||
@@ -54,8 +54,8 @@ namespace FGUI.JBingoPlay
|
|||||||
com_ballleft = (com_ball)GetChildAt(13);
|
com_ballleft = (com_ball)GetChildAt(13);
|
||||||
group_ = (GGroup)GetChildAt(14);
|
group_ = (GGroup)GetChildAt(14);
|
||||||
btn_ballon = (GButton)GetChildAt(15);
|
btn_ballon = (GButton)GetChildAt(15);
|
||||||
zhezhao = (GGraph)GetChildAt(16);
|
btn_pal = (GButton)GetChildAt(16);
|
||||||
btn_pal = (GButton)GetChildAt(20);
|
zhezhao = (GGraph)GetChildAt(17);
|
||||||
fx_readygo = GetTransitionAt(0);
|
fx_readygo = GetTransitionAt(0);
|
||||||
fx_gameover = GetTransitionAt(1);
|
fx_gameover = GetTransitionAt(1);
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user