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.Map | |
com.BombingGames.WurfelEngine.MapEditor |
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.
|
static void |
WE.switchSetup(Controller controller,
View view)
Use this if you want to continue to use a different controller and view.
|
static void |
WE.switchSetupWithInit(Controller controller,
View view)
Use this if you want to use different controller and views.
|
Modifier and Type | Method and Description |
---|---|
Controller |
GameplayScreen.getController() |
Controller |
View.getController() |
Modifier and Type | Method and Description |
---|---|
void |
View.init(Controller controller)
Loades some files and set up everything.
|
void |
GameplayScreen.setController(Controller controller) |
Constructor and Description |
---|
DevTools(Controller controller,
int xPos,
int yPos) |
GameplayScreen(Controller controller,
View view,
Configuration config)
Create the gameplay state.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends Controller> |
BasicMenuItem.getGameController() |
Modifier and Type | Method and Description |
---|---|
void |
GameViewWithCamera.init(Controller controller) |
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 |
---|
Minimap(Controller controller,
Camera camera,
int outputX,
int outputY)
Create a minimap.
|
Modifier and Type | Class and Description |
---|---|
class |
MapEditorController |
Modifier and Type | Method and Description |
---|---|
void |
MapEditorView.init(Controller controller) |
Constructor and Description |
---|
MapEditorController(View gameplayView,
Controller gameplayController)
Create an editor controller with coressponding gameplay classes.
|