0 votes

The animation tree only plays one animation out of the eight "walking" and "idle" animations
The error is probably in the code, but I'm just learning and I don't know where

enter image description here
enter image description here
enter image description here
enter image description here
enter image description here

Godot version 3.3.4
in Engine by (12 points)

1 Answer

0 votes

You are multiplying the velocity by 200, you need to be positive the parameter you are passing to the set function is in the range you defined (using a normalized vector should do it)

by (1,002 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.