标签: python pygame
我试图通过这段代码来说明这一点:
(pygame.transform.rotate(self.image_to_rotate, angel)).get_rect().topleft
但不是得到那个点我得到(0,0)。
我的一般目标是从新的左上角坐标点打印旋转的图像。
有什么建议吗?