This is difficult to explain. I want to know if you can make an object "break" so that only the pixels on an object that are touched will be destroyed. As in, if an object overlaps a circle, the whole circle won't be destroyed, only the parts that the object is touching will.
Develop games in your browser. Powerful, performant & highly capable.
C2 uses polygons for collisions as per pixel operations are just too intensive.
That being said the closest you could get to that would be to pin a bunch of objects together.
Obviously a pixel would be way too small for that method.