itch.io is community of indie game creators and players

Devlogs

Drag and drop bugfix

Mergem
A browser game made in HTML5

Fixed a bug where sometimes items wouldn't merge even if they were compatible. This was done by rewriting the drop detection code to use Physics2D.OverlapCircleAll instead of the old OnTriggerEnter2D method, which was not as reliable.

Leave a comment