I have an enemy that chases my Player by setting it's angle towards the player, as in the Ghost Shooter game. It's a top-down view, so when the enemy turns it looks very...... "clunky". Is there a way to "smooth" the rotation of the enemy sprite? I'm using "Set angle towards" (Player.X, Player.Y)
Thanks in advance.