I want to make a card game where player can stack cards on top of each other (like Solitaire or Stacklands). I have a control node as the root node and Sprite2D as the child node. The card already has dragging mechanic but I'm not sure how to create the stacking mechanic. I suppose the first step is to make the card overlap detected but I don't know how to do it with control node
thank you in advance!