Good evening. I created a "Hero" sprite and an "Enemy" sprite. The "Enemy" sprite, via pathfinding, searches for the "Hero" sprite. I inserted two instances of "Enemy" in the layout, one on the right and one below the "Hero" sprite. When I start the game, both "Enemy" sprites load the same animation even if they have different directions. How can I solve it? Thanks :)