Leo bug fixes

This commit is contained in:
2022-12-11 06:06:07 +01:00
parent f2fd6fb376
commit 275c6205e6
8 changed files with 10 additions and 12 deletions

View File

@@ -26,7 +26,7 @@ func _ready():
idle = "idle"
func _physics_process(delta):
func _physics_process(_delta):
if(velocity.length() > 0):
$AnimatedSprite3D.play(walking)
else: