As you can see basic collision detection has now been implemented. I’m still trying to figure out how to make this detection as effecient as possible, since now I’m literally checking if every other sprite in the scene is colliding with the current checked one…
The overlap also needs to be improved to only check a specific part within the sprite bounds instead of the whole sprite.
0 comments