Package com.csse3200.game.areas.terrain
package com.csse3200.game.areas.terrain
-
ClassDescriptionThe CCell class holds the possible tiles for the cell.Factory for creating game terrains.This enum should contain the different terrains in your game, e.g.A chunk of terrain in the game world.Render a tiled terrain for a given tiled map and orientation.Factory for creating game terrains.TerrainResource class to store all possible tiles and their edge tiles.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.