|
Class Summary |
| MenuFunction |
Defines the functions used on the main menu's buttons. |
| MenuFunction.Control |
The function associated with the Control button; provides options for modifying the controls (not implemented). |
| MenuFunction.Load_Game |
The function associated with the Load Game button; loads a previously saved game (not implemented). |
| MenuFunction.New_Game |
The function associated with the New Game button; starts a new game. |
| MenuFunction.Quit |
The function associated with the Quit button; exits the program. |
| MenuFunction.Save_Game |
The function associated with the Save Game button; saves the game (not implemented). |
| MenuFunction.Sound |
The function associated with the Sound button; provides options for configuring the sound (not implemented). |
| MenuFunction.View_Scores |
The function associated with the View Scores button; displays the high scores (not implemented). |
| MenuPanel |
Defines and generates the main menu display. |