2D Screen Layer

Hi,

I would like to split up everything that is under 2D screen, and have 2 entities with this “Screen” component. However, i want the first screen to be at the far back, so that the second screen can be an overlay. As if you are layering them over eachother. is there any way i can force the second one to be rendered in front of the first one?

Thanks in advance

Maybe add all of the element components under the second screen to a layer that is rendered after the layer of the first screen’s element components?

Thanks for your reply!

But how can i force the second layer to be rendered after the first layer? I don’t really understand how i can change the rendering order…

You edit the layers (including the render order) in the Layers section of the Settings panel.