def draw(self, screen, x1, y1, x2, y2): pygame.draw.rect(screen, self.Color, (int(x1), int(y1), int(x2), int(y2)))