tweaked and maybe broke ledge grab

This commit is contained in:
derek
2025-06-17 14:09:44 -05:00
parent a33f493a04
commit 227fcd7b2a
4 changed files with 14 additions and 30 deletions

View File

@@ -34,6 +34,8 @@ 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