lzx 4 روز پیش
والد
کامیت
68f52553ac
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      Assets/Scripts/GameUI/UI/GuidePanel/Phases/Phase2.cs

+ 2 - 2
Assets/Scripts/GameUI/UI/GuidePanel/Phases/Phase2.cs

@@ -53,12 +53,12 @@ namespace Fort23.Mono.Phases
         {
             if (actionList.Count > guideIdx)
             {
-                pgm.SetOnClickMask(true);
+                UIManager.Instance.SetEventSystemEnable(false);
                 pgm.ResetPlayerGuide();
                 guideIdx++;
                 SaveStep(guideIdx);
                 await actionList[guideIdx](null);
-                pgm.SetOnClickMask(false);
+                UIManager.Instance.SetEventSystemEnable(true);
                 if (isCompleted)
                 {
                     EventManager.Instance.Dispatch(CustomEventType.GuideComplete, null);