PlaceholderGames / 2016-VnD_Game

2nd year computer games development group project
2 stars 0 forks source link

Doesn't move perfectly in a direction #23

Closed elliotnaylor closed 7 years ago

elliotnaylor commented 7 years ago

So the AI works and the ants will move in the direction when they hit the node. The only issue is that if I put the ant between 2 nodes that are facing each other the ant will go slightly to the right with each collision, making it walk around it.

I have experimented with the degrees and haven't found a way for it to go perfectly in a line.

elliotnaylor commented 7 years ago

Now i'm setting the direction with a tick rather than setting it once