I created portals to teleport player around. For debug i add animated lines that connects two portals and make it also shown in editor window.
It all works fine, but when i click and drag line that connects two any portal it also changes position of line parent portal.
Is there a way to force editor ignore click on Line2D, so it not select node and did not change it position, and just lick click through.
I think the easiest solution for this is to just select your nodes in your node hierarchy and use the movement tool to drag your node around. (W as shortcut)
Problem is - when i try to move node that below that line it just move portal node, not node i need to move and this may lead in future that portals begin misplaced if i move it by mistake this way.
And also whe i try move child portal node it sometime not move it, but instead just linked portal node, couse i hit the line.