Tagged Questions
2
votes
2answers
195 views
How to get enemy to follow character using angles? (atan2)
I have an enemy and a character to control. I want to get the enemy to follow the character in a straight line. I already found the angle in which the enemy needs to travel.
double angle = ...