focusArea.x1 = x - BORDER_SIZE;
focusArea.y1 = y - d.height - BORDER_SIZE;
focusArea.x2 = x + d.width + BORDER_SIZE;
focusArea.y2 = y + BORDER_SIZE;
selectLabel = new Overlay(world, x - BORDER_SIZE - LABEL_OFFSET - LABEL_WIDTH, (int)(y - 0.70 * d.height), x - BORDER_SIZE - LABEL_OFFSET, y + 2, "orange");
selectLabel.setVisibility(false);
selectLabel.setDepth(1.1f);
}