summaryrefslogtreecommitdiffstats
path: root/Player.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Player.gd')
-rw-r--r--Player.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/Player.gd b/Player.gd
index 48c5e09..d61718c 100644
--- a/Player.gd
+++ b/Player.gd
@@ -67,5 +67,4 @@ func _physics_process(delta):
# snap needs to be ZERO when jumping
# print($AnimationPlayer.current_animation, ", ", $AnimationTree.get("parameters/walk_speed/scale"))
- # warning-ignore:return_value_discarded
move_and_slide(velocity, Vector2.UP)