GraphicalTilesetResources

object GraphicalTilesetResources

This object can be used to load either built-in graphical TilesetResources or external ones.

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
loadTilesetFromFilesystem
Link copied to clipboard
common
fun loadTilesetFromFilesystem(width: Int, height: Int, path: String): TilesetResource
Use this function if you want to load a TilesetResource from the filesystem.
loadTilesetFromJar
Link copied to clipboard
common
fun loadTilesetFromJar(width: Int, height: Int, path: String): TilesetResource
Use this function if you want to load a TilesetResource which is bundled into a jar file which you build from your application.
nethack16x16
Link copied to clipboard
common
fun nethack16x16(): TilesetResource
toString
Link copied to clipboard
common
open fun toString(): String

Sources

(source)
Link copied to clipboard