Update tileset

This commit is contained in:
nelle 2023-11-04 03:01:01 -06:00
parent 26f7783ab6
commit 737aee0594

View file

@ -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)