Hi,
I want to use the Tile Movement behavior for controlling an RPG character on a grid. What's the most efficient way to determine which direction the character is moving in, and the appropriate directional animation to select?
When I worked with the 8-direction behavior in the past, I could round their movement angle to the nearest 90 degree, and then use that to choose the animation name. But Tile Movement doesn't have an expression for which direction the sprite is moving in.
And as a side question, if I want the player character's party members to follow behind them, how can I achieve that?