When using the aaline to send multiple points how do you define the array?
The image is 100 x 100.
box = (1,1),(90,1)
pygame.draw.aaline(self.image, (0, 0, 0,alpha),1,box,1)
pygame.draw.aaline(self.image, (0, 0, 0,alpha), box[0], box[1], 1)