Преглед изворни кода

波次增长属性加多了

WGL пре 3 месеци
родитељ
комит
9f9c96be63
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      ActionTowerDefense/Assets/Scripts/EnemyCreater.cs

+ 3 - 3
ActionTowerDefense/Assets/Scripts/EnemyCreater.cs

@@ -394,9 +394,9 @@ public class EnemyCreater : MonoBehaviour
             cfg.WaveName,
             cfg.HPRatio * ratio,
             cfg.AttackRatio * ratio,
-            cfg.SpeedRatio * ratio,
-            cfg.ArmorRatio * ratio,
-            cfg.ArmorPiercingRatio * ratio,
+            cfg.SpeedRatio,
+            cfg.ArmorRatio,
+            cfg.ArmorPiercingRatio,
             pos, active);
     }