summaryrefslogtreecommitdiffstats
path: root/Player.gd
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2022-08-15 09:35:35 +0300
committerJan Tuomi <jan.tuomi@valuemotive.com>2022-08-15 09:35:35 +0300
commit8b0ce964d2aa5dba186b85abf64b70ffc8216c06 (patch)
tree776e6149b78091cd377f6f421839e15186a2cba0 /Player.gd
parentf3cc4f82624b21dafa19515b69c66a3c8f4fe248 (diff)
Add UI
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)