i will paste object like this
i can destroy only Edge object (Yellow color only)
But when i destory 1 of Yellow color the red will come to Edge object too.
How to do somethinh like this ?
Check if the squares are overlapping at offset on all four sides, because if not they are an edge..
How to check overlap 4 side?
i see only is overlapping at offset
check overlapping at offset 4 times?
I would only do that on square touched or another triggered event, not every tick..
Develop games in your browser. Powerful, performant & highly capable.
check overlapping at offset 4 times? I would only do that on square touched or another triggered event, not every tick..
Can you give me a project file you do that?
I'm confused.
Not the cleanest solution, but working..
Oh that work thank you
I will do follow your function