Adding a pause feature
Currently, our player has no choice other than to play the whole game from start to finish without a break. While some games work in this way as a planned feature, this method of play is not appropriate for our game, so we're going to introduce a feature that will allow players to pause the game at any time.
Preparing the pause banner framework
Before implementing the instructions to pause the game, we're going to put an appropriate framework into place.