PlaceholderGames / 2016-VnD_Game

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

Ants stack when running into block being dug #49

Closed elliotnaylor closed 7 years ago

elliotnaylor commented 7 years ago

When the ant is digging the block movement isn't 0 which means the ants won't turn around. This means the ants will stack at this time.

I can fix this by turning the ant on collision with the block as well as movement being 0

elliotnaylor commented 7 years ago

Still slightly buggy, but good enough for the first build of the game

BojanStankovic commented 7 years ago

Works. Merged. Closing...