So, i am using monarch for screen managing, it’s really cool and simple, but i’ve created a new popup screen and strangely whole gui of this popup shows under the gui of the previous screen
I dont know what happen and how to fix that
Also i’ve found a topic about similar problem, but didn’t find any appropriate solution for my case
P.s. white box is a gui of popup
FIRST SCREEN
An easy way to deal with this is to put your popup GUIs on their own render predicate which is drawn after the normal GUI predicate. You’ll have to edit your render script and make copies of the GUI material for a new tag but it is easy.