Change default fallback to HexaRealm instead - it's been ready for a while :)

This commit is contained in:
Yair Morgenstern 2023-07-10 16:28:54 +03:00
parent ee092a5851
commit 4c5db52a5c

View File

@ -8,7 +8,7 @@ class TileSetConfig {
var unexploredTileColor: Color = Color.DARK_GRAY
var fogOfWarColor: Color = Color.BLACK
/** Name of the tileset to use when this one is missing images. Null to disable. */
var fallbackTileSet: String? = "FantasyHex"
var fallbackTileSet: String? = "HexaRealm"
/** Scale factor for hex images, with hex center as origin. */
var tileScale: Float = 1f
var tileScales: HashMap<String, Float> = HashMap()