fix:1、添加H5
This commit is contained in:
@@ -4,6 +4,7 @@ using FairyGUI;
|
||||
using FGUI.ZM_Pass_14;
|
||||
using DG.Tweening;
|
||||
using System;
|
||||
using DontConfuse;
|
||||
using FGUI.ZM_Common_01;
|
||||
using Spine.Unity;
|
||||
|
||||
@@ -41,6 +42,9 @@ namespace RedHotRoast {
|
||||
protected override void OnClose() {
|
||||
GameHelper.showGameUI = true;
|
||||
HallManager.Instance.UpdateSecondEvent -= upData;
|
||||
|
||||
WebviewManager.Instance.SetDarkThough(true);
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -57,6 +61,8 @@ namespace RedHotRoast {
|
||||
// ui.top_bg.height += Screen.safeArea.y;
|
||||
ui.group_.y += 66;
|
||||
}
|
||||
WebviewManager.Instance.SetDarkThough(false);
|
||||
|
||||
|
||||
if (GameHelper.GetGameday() != DateTime.Now.Day) {
|
||||
DataMgr.GameTime.Value = 0;
|
||||
|
||||
Reference in New Issue
Block a user