Right, and how do you set that up? How do you get the background images to break out of their boxes/panels without pushing away other boxes/panels?
EDIT: I just put 4 images on top of each other straight on the canvas, with a lower ZOrder value than everything else… not sure that’s best practice though.
How do you get the background images
to break out of their boxes/panels
without pushing away other
boxes/panels?
What do you mean? What the overlay does is it overlays its children, so if you would have several horizontal/vertical boxes inside they would overlay not push each other. Of course if you would have a horizontal/vertical box as child of the overlay and add further horizontal/vertical boxes to this box then they would again push each other.
From your image above what you could do to achieve that is: you would start with a canvas panel (default) and then add an overlay and scale it to the whole canvas panel. Then add the four images to the overlay and align the blue one to left, the green to right, the pink to down and the orange to top. To get the text you can also at a horizontal box or even a whole canvas and continue from there.