Skip to content
Snippets Groups Projects
Commit 804fe282 authored by STAVRIDIS ADONIS's avatar STAVRIDIS ADONIS 💬
Browse files

#116 jump movement hotfix

parent c61a4bbb
No related merge requests found
......@@ -151,6 +151,8 @@ mouseX:int, mouseY:int):
if (isAttacking):
if (is_on_floor()):
motion = 0
else:
motion = movementInput*0.8
return
motion = movementInput
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment