提交
This commit is contained in:
@@ -70,7 +70,7 @@ namespace BingoBrain
|
||||
SetName();
|
||||
ui.settings.SetClick(OnClickSetting);
|
||||
ui.com_avatar.loader_flag.visible = false;
|
||||
if(GameHelper.IsGiftSwitch()) ui.btn_cash.gift.selectedIndex=1;
|
||||
if (GameHelper.IsGiftSwitch()) ui.btn_cash.gift.selectedIndex = 1;
|
||||
if (GameHelper.IsGiftSwitch())
|
||||
{
|
||||
// ui.visible = false;
|
||||
@@ -78,8 +78,16 @@ namespace BingoBrain
|
||||
}
|
||||
if (Screen.safeArea.y != 0)
|
||||
{
|
||||
ui.top_group.y=-90;
|
||||
ui.top_group.y = -90;
|
||||
}
|
||||
ui.btn_coin.SetClick(() =>
|
||||
{
|
||||
GameDispatcher.Instance.Dispatch(BingoInfo.MainTab, 1);
|
||||
});
|
||||
ui.btn_cash.SetClick(() =>
|
||||
{
|
||||
GameDispatcher.Instance.Dispatch(BingoInfo.MainTab, 1);
|
||||
});
|
||||
}
|
||||
|
||||
private void OnClickSetting()
|
||||
|
||||
Reference in New Issue
Block a user