I'm trying to make a cone area shape for my 2d game. I kind of want it to be a real cone instead of a triangle, with a curved border.
I was thinking along the lines of, maybe there's like an easy way to mask over a circle shape. So the resulting area is only between two particular degrees. But I haven't found an engine option to implement this.
Otherwise I've been trying out the manual bezier curves but it's a bit messy.
So is there any easy approach I'm missing?