Hi I'm using the platformer behavior and have 2 parts for the player: one hitbox and an animator, and I wanted to make, for example: if he's on a slope, then his rotation gets aligned. Any ideas to do it?
You can take the idea from this example: dropbox.com/scl/fi/45ewbr1c5fxkk1vqzu4q8/putari_planet_gravzone.capx
Develop games in your browser. Powerful, performant & highly capable.
I actually wanted something more simple, since I'm using tilemaps.
In the alextro's example, simply disable or remove the actions that rotate the layers, and you will get what you want.