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 1, 2024
1 parent 8ae7941 commit c810d07
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;
[SerializeField] private float jumpHeight;
private float jumpHeight = 10;
[SerializeField] private UnityEvent onJump;

private Rigidbody _rb;
Expand Down

0 comments on commit c810d07

Please # to comment.