added speed and jump modifiers based on weapon weight

This commit is contained in:
derek
2025-06-17 09:22:08 -05:00
parent 07ea71a3ed
commit 7c76c791f2
12 changed files with 26 additions and 7 deletions

View File

@@ -29,7 +29,5 @@ func Physics_Update(delta):
if Input.is_action_just_pressed("crouch"):
Transitioned.emit(self,"ground pound")
if can_wall_run():
start_wall_running()