This commit is contained in:
2026-06-05 10:21:43 +08:00
parent b454d4432b
commit b6c7c47dc6
12 changed files with 54 additions and 11 deletions
+4 -2
View File
@@ -5,6 +5,8 @@ using BingoBrain.HotFix;
using Unity.VisualScripting;
using DontConfuse;
using FairyGUI;
using DG.Tweening;
#if UNITY_EDITOR
@@ -71,7 +73,7 @@ namespace BingoBrain
private void OnLoadingComplete(object param = null)
{
CtrlDispatcher.Instance.Dispatch(CtrlMsg.Game_StartReady);
TimerHelper.mEasy.AddTimer(0.1f, () =>
DOVirtual.DelayedCall(0.1f, () =>
{
Audio.Instance.InitDefaultButtonClickSound(DoConst.UIButtonDefault);
ModuleBoardk.Instance.AllModuleGameStart();
@@ -87,7 +89,7 @@ namespace BingoBrain
int offset_y = ConfigSystem.GetConfig<CommonModel>().WVOffset[0];
int offset_y1 = ConfigSystem.GetConfig<CommonModel>().WVOffset[1];
Debug.Log("barry offset_y: " + offset_y + " offset_y1: " + offset_y1);
Debug.Log("barry offset_y: " + offset_y + " offset_y1: " + offset_y1);
float top_offset = 150;//fgui中的顶部信息的高度
float buttom_offset = 0;
if (Screen.safeArea.y != 0)