Selaa lähdekoodia

白鹭动画调整

3463563132 2 viikkoa sitten
vanhempi
commit
67e66984a3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      ActionTowerDefense/Assets/Scripts/Skills/chargeDownward.cs

+ 1 - 1
ActionTowerDefense/Assets/Scripts/Skills/chargeDownward.cs

@@ -29,7 +29,7 @@ public class chargeDownward : MonoBehaviour
 
     [LabelText("Àäȴʱ¼ä")]
     public float breakDuration = 0.5f;
-    private float breakEndDuration = 1.4f;
+    private float breakEndDuration = 1.5f;
 
     [LabelText("³å´Ì·½Ïò")]
     public Vector3 dashDirection = Vector3.down;