Hi,
I was wondering how to flip an entire animation in spine horizontally the same way you can do it using AnimatedSprite2D.
The only solution I found is changing the x scale of every image to -1 in spine but that is an incredibly time consuming way. Is there any other way, preferably within Godot engine?