Right now, I am creating a game for someone that uses a XP bar as one of the UI’s. But I’m having a small issue with making the image look flush.
After doing some research, I came to the conclusion that I have to crop, not change its size (so that the image says normal, it just cuts off at a certain point).
I’ve done some research, and the common solution is to either use ClipDescendants = false, or to use ImageRect(Size/Offset). I’ve found that neither of these work for me.