Questions tagged [thorpy]

1 questions
2
votes
1 answer

Moving pygame surface doesn't move thorpy buttons

I'm working on a Pygame project using Thorpy for GUI elements. I've created Thorpy buttons attached to a Pygame surface. When I move the surface using the blit function, the visual representation of the buttons moves, but their hitboxes remain…