I have the frameworks of a game up and running. I want to add a menu to the gameplay window though. I want it to pause the game, open up the menu, and dull the background (the gameplay screen) to be tinted black.
The only way I can think it to set a window sized Rectangle to 50% opacity and overlay it on the gameplay screen. Is there a better way of doing this?