972455782 vor 1 Jahr
Ursprung
Commit
63ed313af5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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>