Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | gabimariz |
I’m developing a game for learning with free assets, the game is a 2D platform, the character movement tutorial in the godot documentation and internet tutorials serve well to move and jump the character horizontally and vertically, but I want when the character is going up diagonally use the “movement” sprite but because of the code that activates gravity the character is going down alone and activating the descent sprite when I go up it activates the jump sprite.
the image above shows the character descending and with the falling sprite activated I just want him to walk on the platform.
I’m following godot’s movement tutorial Kinematic character (2D) — Godot Engine (stable) documentation in English