Hi everyone!
I’m having an issue with Monarch in my current project.
When I open a popup, some GUI elements from the previous screen remain visible on top, while the semi-transparent black background gets pushed all the way to the back.
Here’s the collection containing the screens:
Opening the popup:
local data = { region_id = self.region_id }
lib.monarch.show(“popup_region”, nil, data)
My popup GUI:
As far as I remember, it was working fine in my previous projects. I quickly checked and can’t figure out what I’m doing differently here…
If anyone can explain what I’m doing wrong, I’d really appreciate it!