Hi everybody,

all the tutorials i found about creating a Drag'n'Drop system in Godot 4 don't show how to develop the system as a group of Components: a "Draggable" and a "Droppable" Component that can be added to a Node 2D and linked to an Area 2D in order to provide the functionality.

Anybody knows of some examples please?