This commit is contained in:
2026-06-04 13:57:53 +08:00
parent 1e442c6bb3
commit 3fe5251b55
76 changed files with 612 additions and 824 deletions
+10 -2
View File
@@ -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()