LiuQilin 8 rokov pred
rodič
commit
b83e65160a

+ 7 - 7
Assets/Script/Manage/ManaCenter.cs

@@ -148,13 +148,13 @@ public class ManaCenter : Regist
                 }
             }
 
-            //if (Level_ >= 18)
-            //{
-            //    if (ManaTutorial.TutorialB_)
-            //    {
-            //        ManaTutorial.TutorialB = true;
-            //    }
-            //}
+            if (Level_ >= 18)
+            {
+                if (ManaTutorial.TutorialB_)
+                {
+                    ManaTutorial.TutorialB = true;
+                }
+            }
         }
     }
     public static float Person

+ 22 - 23
Assets/Script/Manage/ManaMiniGame.cs

@@ -1079,29 +1079,28 @@ public class ManaMiniGame : Regist
         D_Operate1.SetActive(false);
         D_Operate2.SetActive(false);
 
-        GameA = true;
-        //if (ManaCenter.Level >= 18)
-        //{
-        //    if (ManaTutorial.TutorialB)
-        //    {
-        //        GameB = true;
-        //    }
-        //    else
-        //    {
-        //        if (Random.Range(0f, 1f) <= 0.5f)
-        //        {
-        //            GameB = true;
-        //        }
-        //        else
-        //        {
-        //            GameA = true;
-        //        }
-        //    }
-        //}
-        //else
-        //{
-        //    GameA = true;
-        //}
+        if (ManaCenter.Level >= 18)
+        {
+            if (ManaTutorial.TutorialB)
+            {
+                GameB = true;
+            }
+            else
+            {
+                if (Random.Range(0f, 1f) <= 0.5f)
+                {
+                    GameB = true;
+                }
+                else
+                {
+                    GameA = true;
+                }
+            }
+        }
+        else
+        {
+            GameA = true;
+        }
     }
 
     public static void InitializeAward()

+ 0 - 4
ToList.txt

@@ -9,10 +9,6 @@
 //打包时重新导入配置
 
 
-
-开放小游戏B
-
-
 监督补上循环特效
 
 更新后给玩家0qfzPS补偿