Grid
data class Grid(val cellWidth: Int, val cellHeight: Int, val orientation: TiledMap.Orientation = Orientation.ORTHOGONAL)
Constructors
Link copied to clipboard
fun Grid(cellWidth: Int, cellHeight: Int, orientation: TiledMap.Orientation = Orientation.ORTHOGONAL)