clamber still a bit weird but getting better

This commit is contained in:
derek
2025-06-17 11:09:20 -05:00
parent daf0cf9c80
commit 8af4bdd6f6
6 changed files with 22 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ func Physics_Update(delta):
if Input.is_action_just_pressed("jump"):
if !character.crouch_check.is_colliding():
character.recoil.add_recoil(Vector3(-.2,.03,.03),5,10)
standard_jump()
jump_with_weight_mod()
transition_out_of_crouch()