From 4c5db52a5c26a85f8442f901ab40695c84259111 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Mon, 10 Jul 2023 16:28:54 +0300 Subject: [PATCH] Change default fallback to HexaRealm instead - it's been ready for a while :) --- core/src/com/unciv/models/tilesets/TileSetConfig.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/com/unciv/models/tilesets/TileSetConfig.kt b/core/src/com/unciv/models/tilesets/TileSetConfig.kt index 529c053e24..9e9d82d4d4 100644 --- a/core/src/com/unciv/models/tilesets/TileSetConfig.kt +++ b/core/src/com/unciv/models/tilesets/TileSetConfig.kt @@ -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 = HashMap()