Hi! I'm trying to make the system drag and drop system, like in papers please , but when I click on a sprite and I move it, the cursor is placed in the zero coordinates of the pivot point (0,0), but I need when clicking on the sprite the coordinates of the pivot is changed to the coordinates of the mouse click,how to do it? Ill try
var s = get_node("my_sprite")
s.set_offset(Vector2(0,32))
but it drops error for me.