clamber still a bit weird but getting better
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user