Update tileset
This commit is contained in:
parent
26f7783ab6
commit
737aee0594
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ import org.hexworks.zircon.api.data.Size3D
|
|||
|
||||
object GameConfig {
|
||||
// look & feel
|
||||
// TODO: Custom Tileset (As is, would need to be moved or downloaded into the run directory, maybe should just load from jar once we figure that out)
|
||||
//var TILESET = CP437TilesetResources.loadTilesetFromFilesystem(16, 16, "./run/tiles/cp437/potrogue_grunge_16x16.png")
|
||||
var TILESET = CP437TilesetResources.rogueYun16x16()
|
||||
|
||||
val WORLD_SIZE = Size3D.create(Config().windowWidth * 3, Config().windowHeight * 3 , Config().dungeonLevels)
|
||||
|
|
Loading…
Reference in a new issue