Line 113: |
Line 113: |
| === Pause === | | === Pause === |
| | | |
− | This is the menu the player would find when they pause the game.
| + | The purpose of the pause menu is to allow the player to halt game play and save and/or exit the game. |
| | | |
− | • Save - This would allow the player to save and continue playing. | + | • The save option saves the game’s current progress and continues game play. |
| | | |
− | • Save and Quit - This would allow the player to save and then return to the Main Menu. | + | • The save and quit option saves the game’s current progress and exits the game. |
| + | |
| + | • The quit without save option exits the game without saving the game’s progress. |
| | | |
− | • Quit without Save - This would allow the player to return to the Main Menu without saving their game.
| |
| | | |
| === Continue === | | === Continue === |
| | | |
− | This menu would let the player choose whether they want to restart from where they left off, or just start from one of the lessons they have already completed.
| + | The purpose of the continue menu is to allow the player to choose whether or not they wish to restart from where they left off last time or begin a previously completed dungeon over again. |
− |
| + | |
− | • Continue - This would let the player start back up from the most recent Continue Point. | + | • The continue option begins a game from the most recent continue point. |
| + | |
| + | • The level select option begins a game from the beginning of the selected level. |
| | | |
− | • Level Select Dialog - This would allow the player to start from the beginning of any lesson/level they have already completed rather than starting from where they left off last time. | + | • The quit to title screen option will return the player to the game’s main title menu. |
| | | |
− | • Back -This would take the player back to the Main Menu.
| |
| | | |
| === Game Over === | | === Game Over === |
| | | |
− | The game over menu is merely a screen that will tell the player their game has ended, should they choose to quit after being asked whether or not to continue. | + | The game over screen will merely inform the player that their game has ended, should they choose to quit after being asked whether or not to continue. |
| | | |
| === Stats / Inventory === | | === Stats / Inventory === |
| | | |
− | This menu would allow the player to view their stats and health and stuff. | + | The purpose of the stats / inventory menu is to view the player’s current game statistics. This includes items such as money, items equipped, inventory, health points, or any other stat tied to the character. |
| + | |
| + | • The player may browse the inventory in order to use or equip items, armor, and weapons. |
| | | |
− | • Item Equip Slots(x4) - These would be options that allow the player to switch what weapons, armor and equipment the have equipped.
| |
− |
| |
− | • Return to Game - Exits the stats screen and returns to the game.
| |
| | | |
| === Combat Menu === | | === Combat Menu === |