Skip to content

Commit

Permalink
Update Jump.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ameijboom authored Aug 2, 2024
1 parent 9009ce8 commit 13f3c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/Player/Jump.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Player
public class Jump : MonoBehaviour
{
[SerializeField] private List<IKFootHandler> feet;
private float jumpHeight = 500;
private float jumpHeight = 1500;
[SerializeField] private UnityEvent onJump;

private Rigidbody _rb;
Expand Down

0 comments on commit 13f3c78

Please # to comment.