Hi! I'm building a game, and I encountered a small problem.
I'm now drawing a settings menu for whenever someone needs to pause the game, but I realized I don't know how to make one coded right.
I can make it that is shows an invisible layer, but then I'd have to draw the Menu on each Layout. I have lots of layouts for each level (that's what I'm supposed to do right?), and I don't want to add a menu layer to each of them.
Also I have one HUD (layer)for each layout I have (5, for 5 levels), is that normal? How do I make it where I only need 1 HUD and it works from there? Same goes with the settings menu