I’ve been working on a game (see attached), were multiple enemy sprites are stored in their respective classes, which are stored in an array, and because of how they follow the player, the enemy sprites will often end up overlapping to such an extent that they will appear to become one sprite. Is there anyway to stop the overlapping with in-built functions, instead of looping through the enemy sprite array and checking for collisions?
Thanks
Unfortunately, I don’t think so. at least not without a lot of math and stuff that I don’t understand very well.
1 Like