Remove, '#' from line 194. Line 194 if statement was commented out.

This commit is contained in:
Element894
2022-11-26 17:03:54 -08:00
committed by GitHub
parent 2f904cd216
commit 10df3c01ad

View File

@@ -191,7 +191,7 @@ vector, add the following code.
func _physics_process(delta):
#...
#if direction != Vector3.ZERO:
if direction != Vector3.ZERO:
#...
$AnimationPlayer.playback_speed = 4
else: