pygame-ce icon indicating copy to clipboard operation
pygame-ce copied to clipboard

pygame.transform.rotate_center

Open ScriptLineStudios opened this issue 8 months ago • 7 comments
trafficstars

pygame.transform.rotate_center(surface: Surface, angle: float) -> Surface

Rotating an image around it's center is fairly common, it could be nice to have it as part of the transform API. If we can come to an agreement on whether this should be added or not, I've got a draft PR ready to go.

ScriptLineStudios avatar Mar 10 '25 09:03 ScriptLineStudios