Package | Description |
---|---|
com.M00271117.motraining.framework | |
com.M00271117.motraining.framework.impl | |
com.M00271117.motraining.rpgame |
Modifier and Type | Class and Description |
---|---|
(package private) class |
TestScreen |
Modifier and Type | Method and Description |
---|---|
Screen |
Game.getCurrentScreen() |
Screen |
Game.getStartScreen() |
Modifier and Type | Method and Description |
---|---|
void |
Game.setScreen(Screen screen) |
Modifier and Type | Field and Description |
---|---|
(package private) Screen |
AndroidGame.screen |
Modifier and Type | Method and Description |
---|---|
Screen |
AndroidGame.getCurrentScreen() |
Modifier and Type | Method and Description |
---|---|
void |
AndroidGame.setScreen(Screen screen) |
Modifier and Type | Class and Description |
---|---|
class |
GameScreen
This is the screen where the whole game happens
|
class |
LoadingScreen
This class is used right before the main menu screen to load all the pictures and sounds in order the game to work
|
class |
MainMenuScreen |
Modifier and Type | Method and Description |
---|---|
Screen |
MrNomGame.getStartScreen() |