hi
is there any idea about separating tow or more overlapping sprites so when sprites are overlapping one go (10 px for example) left and the other go (10 px)right as the image show
Develop games in your browser. Powerful, performant & highly capable.
I think you can just set the position of the sprites to its position + 10 if they're overlapping? And if you're doing it in game you may want to use the new tween behavior to move them.