Mayfieldtechnologies / Phasmophobia_Utility

WIP utility for Phasmophobia.
0 stars 0 forks source link

Fix the issue where circles will move if you collide with them while dragging another circle #20

Open Mayfieldtechnologies opened 9 months ago

Mayfieldtechnologies commented 9 months ago

I might be able to do this by toggling the collision of all nodes labelled "circle" when I am moving one circle. Loop through all, check if it's the actively collided one. If it is not, then disable collision. Re-enable collision on everything when no longer dragging.