Имя |
Описание |
CreditsScreen |
Used to display game credits. |
GameOverScreen |
This instanciates a new Game Over Screen. |
GameScreen |
This is a Screen specific for a game (as opposed to title or pause screen). |
InstructionsScreen |
Used to display game instructions. |
PauseScreen |
This instanciates a new Pause Screen. |
Screen |
This is a placeholder public class in which screens should inherit from. It contains methods for Updating, Drawing, and Resetting. |
StartScreen |
The Screen the comes up when the game first starts up. |