Hello, I have a menu that lets players create their own images similar to black ops 2. I want to allow the player to scale the image they select, but I only want the image to render inside of my border box.
This is what it looks like when a player selects a image.
This is what it looks like when a player scales the image.
When the image is scaled I dont want it to bleed over to the rest of menu. Is there a way allow the user to scale the image but always stays inside of the box? The only thing I could think of was using layers but that would require me to fill the entire screen and would break the matching layout I have for other menu screens.
Thanks.