Package | Description |
---|---|
com.BombingGames.WurfelEngine.Core | |
com.BombingGames.WurfelEngine.Core.BasicMainMenu |
This package provies a basic main menu.
|
com.BombingGames.WurfelEngine.Core.Gameobjects |
Game Objects are objects like entities and block which can be found in the map.
|
com.BombingGames.WurfelEngine.MapEditor |
Modifier and Type | Class and Description |
---|---|
class |
EngineView
A view which is not dependend on the currently active game.
|
class |
GameView
The GameView manages everything what should be drawn in an active game in game space.
|
Modifier and Type | Class and Description |
---|---|
class |
GameViewWithCamera
A simple Controller which adds a camera.
|
Modifier and Type | Method and Description |
---|---|
void |
RenderBlock.renderSide(View view,
int xPos,
int yPos,
Side side)
Ignores lightlevel.
|
void |
RenderBlock.renderSide(View view,
int xPos,
int yPos,
Side side,
com.badlogic.gdx.graphics.Color color)
Draws a side of a block at a custom position.
|
Modifier and Type | Class and Description |
---|---|
class |
MapEditorView |