mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-30 06:39:17 +07:00
Use tileset fallbacks for missing images. (#5852)
* Use tileset fallbacks for missing images. * Disable tileset fallback for FantasyHex. * Tweak docs, remove debug signature.
This commit is contained in:
3
android/assets/jsons/TileSets/Default.json
Normal file
3
android/assets/jsons/TileSets/Default.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"fallbackTileSet": null,
|
||||
}
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"useColorAsBaseTerrain": "false",
|
||||
"fallbackTileSet": null,
|
||||
"ruleVariants": {
|
||||
//Legacy hill support
|
||||
"Hill": ["Grassland","Hill"],
|
||||
|
Reference in New Issue
Block a user