-
Class Summary
| Class |
Description |
| CollisionManager |
Handels collision callbacks for box2d
|
| EntityManager |
Responsible for Managing the entity and component events.
|
| GameManager |
Responsible for creating most entity's associated with the game.
|
| PhysicsManager |
Manages the box2D world and bodies for the collision detection and physics
|
| QuestManager |
Creates the quests and manages their completion and order
|
| RenderingManager |
Responsible for all rending.
|
| ResourceManager |
Manages all assets and disposes of them when appropriate
|
-
Enum Summary
| Enum |
Description |
| RenderLayer |
Transparent always top most then 5, 4, 3, 2, 1 in order of presidency
|