LAPTOP-OM1V99U2\永远de小亡灵 1 жил өмнө
parent
commit
33714f1c0b

+ 0 - 3
ActionTowerDefense/Assets/Scripts/PlayerController.cs

@@ -111,9 +111,6 @@ public class PlayerController : MoveCharacter
     [HideInInspector]
     public float cacheJumpTime; //即将落地时按下跳跃键不会跳跃,手感不好,缓存几帧,在这几帧内落地会立即跳跃;
     public float totalCacheJumpTime = 0.1f;
-    [HideInInspector]
-    public float tandemJumpTime; //即将落地时按下跳跃键不会跳跃,手感不好,缓存几帧,在这几帧内落地会立即跳跃;
-    public float totalTandemJumpTime = 0.1f;
 
     [Header("飞行属性")]
     public float flySpeed = 5;