Hello there! I am new to making a GUI and well stuck with this problem;
|
As you can see it i want to add sharp corners to my frame/ui but it takes my time and effort to make this. I have to make a new image for every single different sized frame.
I wonder is there another way to make this and save me a lot of time.
For those who might not understand what i want to achive its simple: I want to add these corners to my GUI but i need to create a new Decal/Image to do this i want to know if there is another way to do this.
I’ve tried few things such as;
Adding a UICorner
Adding a UIStroke
Changing/Messing around with UICorner and UIStroke Properties.
Hello! Try and create an image of one of the corners and position four of them at each corner of the frame and change the rotation of each of the images. Make sure each image with the corner decoration uses offset for size. Here are some examples on how to put each image in the corner (assuming your starter image is made for the top left.)
top left
AnchorPoint = 0,0
Position = {0,0,0,0}
Size = {0,45,0,45}
Rotation = 0
bottom right
AnchorPoint = 1,1
Position = {1,0,1,0}
Size = {0,45,0,45}
Rotation = 180