Gui quarter circle help

i have this piece of a quarter circle and i want to place it and the top right segment of the screen but im not sure how to.

im trying to create a circle selection thing like this:

make the anchor point (0, 1) which is the bottom left.

then set the position to (0.5, 0, 0.5, 0)

the bottom left of the image will be at the center of your screen, which is what i believe you are going for.

Thank you it works! what would I have to do for the 3 other quarter circles? (sorry for the very VERY late reply)

i would change the anchor points so it repositions itself.

these are the values you would need:

(0,0) → origin of image is top left
(0, 1) → origin of image is the bottom left :white_check_mark:
(1, 0) → origin of image is top right
(1, 1) → origin of image is bottom right

you can learn more from this short

once you have the labels in place, you can change the images, or just rotate them.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.