TileMap

interface TileMap

Functions

Link copied to clipboard
open fun createFromImage(image: BufferedImage): Tile
open fun createFromImage(path: String): Tile
open fun createFromImage(path: String, sizeX: Int, sizeY: Int): TileMap
Link copied to clipboard
abstract fun getTile(x: Int, y: Int): Tile