Hi,
I am trying to use Kenney’s Fantasy UI Borders but I’m having issues having the borders be like rectangles like this:
.How do I do this?

Hi,
I am trying to use Kenney’s Fantasy UI Borders but I’m having issues having the borders be like rectangles like this:
.How do I do this?

Use 9-slicing. Assuming your frame is 96x96, set your ImageLabel’s ScaleType to Slice and SliceCenter to 48, 48 48, 48.
Thank you! I did try slice but it was so confusing and I did not get the results I wanted. How did u figure out that I would need to do (48,48,48,48)?
just divide by 2 lol
(abcdefghijklmnopqrstuvwxyz)
I based those offsets on where you would want the image to be cut. Technically, any offset would be fine as long as it keeps the parts that you want to independently stretch separate, but I recommended 48 since it’s the most natural in this case.
(Note that the offsets in the editor have different origins than the ones shown in the properties tab)
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.