Quellcode durchsuchen

波次增长属性加多了

WGL vor 3 Monaten
Ursprung
Commit
9f9c96be63
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  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);
     }