Package | Description |
---|---|
com.BombingGames.WurfelEngine | |
com.BombingGames.WurfelEngine.Core.BasicMainMenu |
This package provies a basic main menu.
|
Modifier and Type | Method and Description |
---|---|
static void |
WE.setMainMenu(AbstractMainMenu mainMenu)
Pass the mainMenu which gets displayed when you call launch().
|
Modifier and Type | Class and Description |
---|---|
class |
BasicMainMenu
This class provides a simple basic main menu if you don't want to set up your own and just want to test your game controllers.
|