|
@@ -628,7 +628,7 @@ public class ManaMiniGame : Regist
|
|
|
public static float DiamondTimer;
|
|
|
|
|
|
public static float OpTime = 1.5f;
|
|
|
- public static float GameTime = 45;
|
|
|
+ public static float GameTime = 15;
|
|
|
public static float PanaltyTime = 1;
|
|
|
public static float NewOpTime;
|
|
|
|
|
@@ -824,7 +824,7 @@ public class ManaMiniGame : Regist
|
|
|
{
|
|
|
ManaCenter.MiniLock = false;
|
|
|
|
|
|
- ManaCenter.MiniTimer = Mathf.Lerp(180, 300, Random.Range(0, 1f));
|
|
|
+ ManaCenter.MiniTimer = Mathf.Lerp(10, 12, Random.Range(0, 1f));
|
|
|
}
|
|
|
|
|
|
if (ManaCenter.MiniTimer <= 0)
|
|
@@ -984,4 +984,11 @@ public class ManaMiniGame : Regist
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+#region DebugList
|
|
|
+
|
|
|
+//结束界面的图标能否重复显示
|
|
|
+
|
|
|
+#endregion
|