LAPTOP-OM1V99U2\永远de小亡灵 1 년 전
부모
커밋
158cc55b71
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ActionTowerDefense/Assets/Scripts/Enemy.cs

+ 1 - 1
ActionTowerDefense/Assets/Scripts/Enemy.cs

@@ -51,7 +51,7 @@ public class Enemy : MoveCharacter
     public float attackRatio;
 
     [Header("µôÂä»ê")]
-    public int dropSoulMax = 1;
+    public int dropSoulMax = 3;
     public int dropSoulMin = 1;
     public float dropSoulAngle = 60f;