Hello everyone,
In my game when a level is either completed or failed, I am spawning a child scene. The child scene has buttons such as MENU, RESTART & NEXT buttons. It also has level number, show earned stars etc. The scenes are made using control nodes & they are looking nice. I AM NOT USING POPUP NODES.
Above is working properly, but I am posting the question because now I want to make more such scenes (for rate-us, share app etc) which when required will popup above the main scene. And I want to know whether whatever I am doing is a good/normal approach.
I am confused about popup nodes such as WindowDialog, PopupDialog, PopupPanel etc. Can I use these popup nodes to build similar scenes (or making the popups inline in code only)? I have searched on net but could't find any good example of popup nodes having fancy looks which can be used in games. Thanks!