def is_at(self, x, y): return self.rect.collidepoint(x, y) # Specifies if the Tileset is at the current mouse position