tileToMap

fun tileToMap(tile: Tile): Point

Converts the 3-dimensional tile to a 2-dimensional point on the mini-map component.

Return

The point on screen of where the tile would be.

Parameters

tile

The tile to convert