Class TerrainTile

java.lang.Object
com.deco2800.game.areas.terrain.TerrainTile
All Implemented Interfaces:
TiledMapTile

public class TerrainTile
extends java.lang.Object
implements TiledMapTile
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.