simplified ledge grab

This commit is contained in:
derek
2025-06-17 15:28:03 -05:00
parent 227fcd7b2a
commit 56355f0911
6 changed files with 5 additions and 17 deletions

View File

@@ -34,8 +34,6 @@ func standard_jump():
if character.jumps_remaining > 0:
character.jumps_remaining -= 1
jump_with_weight_mod()
elif is_grabbing_ledge():
jump_with_weight_mod()
func apply_gravity(delta):
character.velocity.y -= 9.8 * 1.25 * delta