Is there any way to increase the width of the line that makes up the shaperenderers circle?
shape.begin(ShapeRenderer.ShapeType.Line);
shape.setProjectionMatrix(batch.getProjectionMatrix());
shape.setColor(1, 0.53f, 0.53f, 1);
shape.circle(nest.getCenter().x, nest.getCenter().y, radius, 500);
If not, is there any other approach that can give a similar effect?