Just like the title says, I want to have a “popup” window to display the players inventory in my game. It looks like using a stage (or multiple stages) might accomplish this, but I am not using stages in my game. I really don’t want to have to redo the entire game engine so I am curious how this might be accomplished.
I would prefer something that would allow the level to be paused so to speak and the inventory window would then be displayed over the top of the level. Any ideas?