h5sdk提交

This commit is contained in:
2026-07-06 16:31:08 +08:00
parent 761e670f01
commit 3c0298f19f
1183 changed files with 107360 additions and 42666 deletions
+12 -3
View File
@@ -70,15 +70,24 @@ 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.visible = false;
ui.x -= 250;
// ui.visible = false;
// ui.x -= 250;
}
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()