currently, when two entities overlap at least partially, transparent pixels from the one drawn on top replace any pixels from the one drawn on bottom. this applies to the whole area of the top sprite (currently 12×12). however, when the sprite doesn't visually occupy the entire area, this can look awkward
this feature involves computing a bounding box for the opaque region of the top sprite (plus one pixel of padding) and ignoring any transparent pixels that lie outside of that for purposes of overdrawing
currently, when two entities overlap at least partially, transparent pixels from the one drawn on top replace any pixels from the one drawn on bottom. this applies to the whole area of the top sprite (currently 12×12). however, when the sprite doesn't visually occupy the entire area, this can look awkward
this feature involves computing a bounding box for the opaque region of the top sprite (plus one pixel of padding) and ignoring any transparent pixels that lie outside of that for purposes of overdrawing