Explorar el Código

狼生成的时间间隔到30ms

lvjincheng hace 4 años
padre
commit
84ccfa603c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Assets/BowArrow/Scenes/GameChallengeScene/WolfHuntGameMode.cs

+ 1 - 1
Assets/BowArrow/Scenes/GameChallengeScene/WolfHuntGameMode.cs

@@ -97,7 +97,7 @@ public class WolfHuntGameMode : ChallengeGameMode
         if (!gameMgr.gameOver && canStartCreateAniaml) {
             createAnimalCountDown -= Time.deltaTime;
             if (createAnimalCountDown <= 0) {
-                createAnimalCountDown = 20;
+                createAnimalCountDown = 30;
                 CreateAnimal();
             }
         }