img_rect = img.get_rect() img.rect.x = x + 30 * i img.rect.y = y surf.blit(img, img_rect) class Player(pygame.sprite.Sprite):
確定! 回上一頁