Interface | Description |
---|---|
MainMenuInterface |
The game state of the Main Menu.
|
Manager |
A test to groud view and controllers.
|
Class | Description |
---|---|
Camera |
Creates a virtual camera wich displays the game world on the viewport.
|
Configuration |
The configuration should include most of the game's specific options.
|
Controller |
A controller manages the map and the game data.
|
DevTools |
The FPS diagramm collects some fps values and creates a diagram and analyzes it.
|
GameplayScreen |
The GameplayScreen State.
|
LoadMenu |
A menu for choosing a map.
|
MsgSystem |
The message system can manage&show messages (Msg).
|
RenderDataDTO |
Saves the information for the rendering.
|
View |
The View manages everything what should be drawn.
|
WorkingDirectory |
A class which helps getting OS specific information
|