Hello,
Just like in the title - Is it possible to prevent changing rotation of a sprite ater call showAnimation?
Video: https://imgur.com/0Ubm7qX
I want to animate the bullet when the collision is detected like this:
// collision detected
event.showAnimation('energy-of-the-comet', 'hit');
event.remove();
but as you can see in the video rotation of an sprite is changed.
Thank you in advance!