This commit is contained in:
2026-07-15 14:24:29 +08:00
parent b4fc8e6ee8
commit bcfb244b0f
46 changed files with 3659 additions and 294 deletions
@@ -10,6 +10,7 @@ using UnityEngine.PlayerLoop;
using Spine.Unity;
using DG.Tweening;
using FGUI.G018_GameHome;
using DontConfuse;
namespace ScrewsMaster
{
@@ -49,7 +50,7 @@ namespace ScrewsMaster
{
HallManager.Instance.UpdateSecondEvent -= updateSpeedCD;
closeCallback?.Invoke();
WebviewManager.Instance.SetDarkThough(true);
SdkManager.Instance.SetDarkThough(true);
GameDispatcher.Instance.Dispatch(GameMsg.RefreshSaveingPot);
}
private SkeletonAnimation ske_pot;
@@ -67,7 +68,7 @@ namespace ScrewsMaster
UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.BuygoldUI_Close);
ske_pot = FXManager.Instance.SetFx<SkeletonAnimation>(ui.ani_potparent, Fx_Type.fx_savepot, ref closeCallback);
ske_pot.state.SetAnimation(0, "edie", true);
WebviewManager.Instance.SetDarkThough(false);
SdkManager.Instance.SetDarkThough(false);
SaveingPotHelper.TestingClearTime();
makeupTaskData = SaveData.GetSaveobject().saveingpot_history[SaveData.GetSaveobject().saveingpot_history.Count - 1];
// makeupTaskData.H5Time = 99999999999999;