Companion
object Companion
Functions
Link copied to clipboard
fun extractBmpSlices(bmp: Bitmap32, tilewidth: Int, tileheight: Int, columns: Int, tilecount: Int, spacing: Int, margin: Int): List<BmpSlice32>
Link copied to clipboard
Link copied to clipboard
fun fromBitmapSlices(tilewidth: Int, tileheight: Int, bmpSlices: List<BmpSlice32>, border: Int = 1, mipmaps: Boolean = false): TileSet
Link copied to clipboard