Hello, I was making an enemy is my game, and for the most part, it’s complete, its movement functions perfectly.
This enemy will randomly float around, and after a bit, will begin to chase the player by rotating towards the player then moving towards the angle they face.
However, for this attack, I want them to face the player with their bottom. (as if they’re using gas from the bottleneck on their head to propel themselves) By default though, the direction sprites face in Gdevelop is to the right.
This is how I make the enemy chase the player, all I want to do is rotate them towards the player with a 90 degree offset, thank you.