Package com.deco2800.game.areas.terrain
-
Class Summary Class Description TerrainComponent Render a tiled terrain for a given tiled map and orientation.TerrainFactory Factory for creating game terrains.TerrainTile Custom terrain tile implementation for tiled map terrain that stores additional properties we may want to have in the game, such as audio, walking speed, traversability by AI, etc. -
Enum Summary Enum Description TerrainComponent.TerrainOrientation TerrainFactory.TerrainType This enum should contain the different terrains in your game, e.g.