to Tile Composite
fun Iterable<Pair<Position, Tile>>.toTileComposite(size: Size): TileComposite
Content copied to clipboard
Transforms an Iterable of Position to Tiles to a TileImage with the given size and tileset.
Transforms the given Map to a TileComposite with the given size.