I want to detect if my Hero is standing next to a Healer.
[attachment=1:2uahmqkf][/attachment:2uahmqkf]
I thought I could do this by checking "overlapping at offset", granted, I would need to do it at every angle. I'm just testing one angle right now, and can't seem to get that to work.
[attachment=0:2uahmqkf][/attachment:2uahmqkf]
The collision box of the Hero is offset by 1, while the Healers covers the entire sprite.
What am I missing here to make this work? Is there a better way?