I am trying to make a rect move to the mouses location as long as it is being dragged. How can I do this? The loop I am going to store this in is
while stuff.collidepoint(pygame.mouse.get_pos()):
I tried to make it drag but my brain would not work