Package | Description |
---|---|
com.BombingGames.WurfelEngine | |
com.BombingGames.WurfelEngine.Core | |
com.BombingGames.WurfelEngine.Core.BasicMainMenu |
This package provies a basic main menu.
|
com.BombingGames.WurfelEngine.Core.Loading |
Modifier and Type | Method and Description |
---|---|
static Configuration |
WE.getCurrentConfig() |
Modifier and Type | Method and Description |
---|---|
static void |
WE.initGame(Controller controller,
View view,
Configuration config)
Initialize the main game with you custom controller and view.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
GameplayScreen.getConfig() |
Constructor and Description |
---|
GameplayScreen(Controller controller,
View view,
Configuration config)
Create the gameplay state.
|
Constructor and Description |
---|
BasicMenuItem(int index,
java.lang.String label,
java.lang.Class<? extends Controller> gameController,
java.lang.Class<? extends View> gameView,
Configuration config)
Create a new menu Item and say which texture it should have.
|
Constructor and Description |
---|
LoadingScreen(Configuration config) |