How can I scale an image to make it wider?
1 Like
One technique is to make the image split to 3 parts, left right and middle.
Then in-game when you want to make the image wider you just need to draw the middle part multiple times.
1 Like
you can’t without remaking said image
You can do something like this:
2 Likes