diff --git a/Assets/Scripts/Player/Jump.cs b/Assets/Scripts/Player/Jump.cs index 14a1fa7..bb7caf3 100644 --- a/Assets/Scripts/Player/Jump.cs +++ b/Assets/Scripts/Player/Jump.cs @@ -8,7 +8,7 @@ namespace Player public class Jump : MonoBehaviour { [SerializeField] private List feet; - private float jumpHeight = 500; + private float jumpHeight = 1500; [SerializeField] private UnityEvent onJump; private Rigidbody _rb;