added speed and jump modifiers based on weapon weight
This commit is contained in:
@@ -16,4 +16,4 @@ func Physics_Update(delta):
|
||||
|
||||
if Input.is_action_just_pressed("jump"):
|
||||
character.jumps_remaining -= 1
|
||||
character.velocity.y += character.JUMP_VELOCITY
|
||||
character.velocity.y += standard_jump()
|
||||
|
||||
Reference in New Issue
Block a user