@@ -15,7 +15,7 @@ namespace Comp
private const float MovingSpeed = 0.5f; // 移动速度
- private const float MovingTime = 0.6f; // 移动时间
+ private const float MovingTime = 0.4f; // 移动时间
// 跳跃相关
private const float HighJumpSpeed = 2.4f; // 高跳速度