I want to make a collision system in PICO-8 for objects (not tiles).
But I don’t want the collision to use the full 8x8 sprite box — like with spikes, I only want it to trigger when the player touches the sharp part.
What’s the best way to do this in code?