有我正在导入的图像:
look_1 = pygame.image.load('data\\png\\look1.png').convert_alpha()
我试图减少它的大小是这样的:
pygame.transform.scale()
但这似乎不是正确的方法。
pygame
pygame ×1