mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Remove, '#' from line 194. Line 194 if statement was commented out.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user