Anyway to make it so that things only collide if the pixels of the two objects touch as opposed to their bounding boxes?
I know this is possible with the physics behaviour, but I want a way to do it without that, as it is unnecessary for everything else in my game, and just creates more problems than it is worth.