mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-07 14:02:48 +07:00
Change default fallback to HexaRealm instead - it's been ready for a while :)
This commit is contained in:
parent
ee092a5851
commit
4c5db52a5c
@ -8,7 +8,7 @@ class TileSetConfig {
|
|||||||
var unexploredTileColor: Color = Color.DARK_GRAY
|
var unexploredTileColor: Color = Color.DARK_GRAY
|
||||||
var fogOfWarColor: Color = Color.BLACK
|
var fogOfWarColor: Color = Color.BLACK
|
||||||
/** Name of the tileset to use when this one is missing images. Null to disable. */
|
/** 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. */
|
/** Scale factor for hex images, with hex center as origin. */
|
||||||
var tileScale: Float = 1f
|
var tileScale: Float = 1f
|
||||||
var tileScales: HashMap<String, Float> = HashMap()
|
var tileScales: HashMap<String, Float> = HashMap()
|
||||||
|
Loading…
Reference in New Issue
Block a user