britzl / monarch

Monarch is a Defold screen manager with transition support and a straight forward API
MIT License
163 stars 23 forks source link

Monarch screen stacking system #86

Closed Huy-Nguyen-web closed 2 years ago

Huy-Nguyen-web commented 2 years ago

Hi, I have a problem with the monarch screen stacking system, and specifically when I stack the second screen, the first screen that has been stacked earlier was gone.

This is my project file: BWJ.zip

And this is my game: Loopformer.zip

Can you please check it up for me? Thank you!

britzl commented 2 years ago

I took a quick look and you have set your “level” (the level select) screen as a popup. You can’t stack other screens on top of a popup (unless it is another popup and you have the “Popup on Popup” checkbox toggled).

Uncheck the “Popup” checkbox on that screen and you’re good!