I ended up just saving the mirror state inside a instance variable & then resetting mirror state after resize.
Seems to all be working fine, just not the behavior I expected.
Thanks for all the responses.
Develop games in your browser. Powerful, performant & highly capable.
HI all,
I have an issue where my sprite is set to 'mirrored' but if I change the size of the sprite
using an event, the sprite resets to 'non-mirrored' state.
How can I resize my sprite without loosing mirror state?