Skip to content

Commit

Permalink
Remove outdated code from previous dash effect
Browse files Browse the repository at this point in the history
Fixes #42
  • Loading branch information
DannyDarwiche committed Jul 15, 2021
1 parent 8163a5e commit 54e5169
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Scripts/Player/PlayerController.gd
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ func _process(delta):
if Input.is_action_just_pressed("dash") and dashCount > 0 and not isDashing:
$dash_timer.start(dashLength)
dash()
$Ghost.emitting = true

handle_animation()

Expand Down

0 comments on commit 54e5169

Please sign in to comment.