Hello,
My game is a top down shooter. I have a player sprite which can move around thanks to 8Movement Behaviour. I have several MOB sprites that on created, start to chase the player thanks to Bullet Behaviour. The problem is, as time passes by, MOB sprites start to overlap and after some minutes, you can't distinguish two of them since they're perfectly overlapping.
How can I avoid this problem? I've tried different solutions but nothing worked. Do You guys have any idea?