added speed and jump modifiers based on weapon weight
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user