I know that I can use "flip_h" to make a $Sprite turn around, but I'm struggling to do the same to an $AnimationPlayer. There is a way to do that or I need to make all the animations again now with the sprites facing the other side?
I haven't used the AnimationPlayer but I believe you can still use flip_h on the Sprite itself.
Otherwise, you can put them all under a parent Node and set the x scale to -1.
@cybereality said: I haven't used the AnimationPlayer but I believe you can still use flip_h on the Sprite itself. Otherwise, you can put them all under a parent Node and set the x scale to -1.
@cybereality said: I haven't used the AnimationPlayer but I believe you can still use flip_h on the Sprite itself.
Setting the x scale to -1 really worked. Thank you very much.
Great.