Package bytemusketeers.heslingtonhustle.scene
Provides the factories and controllers for high-level scene-related elements including characters and playing areas
- Author:
 - ENG1 Team 23 (Cohort 3)
 
- 
Interface Summary Interface Description Drawable  - 
Class Summary Class Description Area AnAreais a single room or outdoor scene in which the player can exist, containing its ownTiledMaptexture and set ofInteractableobjects.AreaFactory TheAreaFactoryprovides a non-static factory for initialising particularAreaobjects, populated withInteractableobjectsCharacter TheCharacterclass represents the avatar of the player in the game, extending theSprite.GameMap Interactable Item  - 
Enum Summary Enum Description Area.Name Distinguishes between the standardAreainstantiations - 
Exception Summary Exception Description InvalidAreaException AnInvalidAreaExceptionindicates that anAreacould not properly be loaded