diff --git a/Assets/BingoBrain/FGUI/Package/JBingoPlay/com_play.cs b/Assets/BingoBrain/FGUI/Package/JBingoPlay/com_play.cs index a9d37b8..2aaa1a8 100644 --- a/Assets/BingoBrain/FGUI/Package/JBingoPlay/com_play.cs +++ b/Assets/BingoBrain/FGUI/Package/JBingoPlay/com_play.cs @@ -23,8 +23,8 @@ namespace FGUI.JBingoPlay public com_ball com_ballleft; public GGroup group_; public GButton btn_ballon; - public GGraph zhezhao; public GButton btn_pal; + public GGraph zhezhao; public Transition fx_readygo; public Transition fx_gameover; public const string URL = "ui://qrqjiu5slbaa2"; @@ -54,8 +54,8 @@ namespace FGUI.JBingoPlay com_ballleft = (com_ball)GetChildAt(13); group_ = (GGroup)GetChildAt(14); btn_ballon = (GButton)GetChildAt(15); - zhezhao = (GGraph)GetChildAt(16); - btn_pal = (GButton)GetChildAt(20); + btn_pal = (GButton)GetChildAt(16); + zhezhao = (GGraph)GetChildAt(17); fx_readygo = GetTransitionAt(0); fx_gameover = GetTransitionAt(1); } diff --git a/Assets/Resources/AssetHotFix/FGUI/JBingoPlay_fui.bytes b/Assets/Resources/AssetHotFix/FGUI/JBingoPlay_fui.bytes index 917e2b7..bb96276 100644 Binary files a/Assets/Resources/AssetHotFix/FGUI/JBingoPlay_fui.bytes and b/Assets/Resources/AssetHotFix/FGUI/JBingoPlay_fui.bytes differ