972455782 1 年之前
父節點
當前提交
63ed313af5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Assets/Game_Hyperspace/Script/Move.cs

+ 1 - 1
Assets/Game_Hyperspace/Script/Move.cs

@@ -15,7 +15,7 @@ public abstract class Move
     protected List<SpineAnimationLoader> _gos;
     protected List<SpineAnimationLoader> _setList = new List<SpineAnimationLoader>();//已经设置好坐标的靶子
 
-    protected static int RamdomNum = 50;
+    protected static int RamdomNum = 200;
     /// <summary>
     /// 是否和已生成的重叠
     /// </summary>