From 27138b5bdcb7fa5ea6dc62d37799f8cacb25fb44 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 26 Apr 2023 16:52:26 -0700 Subject: Fix above ground silos missing a background. --- tile_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tile_config.json b/tile_config.json index 29da29f..d655cb2 100644 --- a/tile_config.json +++ b/tile_config.json @@ -17026,7 +17026,7 @@ ], "fg": 9565, "rotates": false }, - { "id": [ "2silos_1", "2silos_2", "2silos_roof", "ranch_camp_57_roof", "ranch_camp_57_silo", "ranch_camp_57_silocap" ], "fg": 9566, "rotates": false }, + { "id": [ "2silos_1", "2silos_2", "2silos_roof", "ranch_camp_57_roof", "ranch_camp_57_silo", "ranch_camp_57_silocap" ], "fg": 9566, "bg": 9878, "rotates": false }, { "id": "BotanicalGarden_1a", "fg": [ 9567, 9570, 9569, 9568 ], "rotates": true }, { "id": [ "horse_farm_9", "horse_farm_isherwood_9" ], "fg": [ 9567, 9570, 9569, 9568 ], "rotates": true }, { "id": "BotanicalGarden_1b", "fg": [ 9569, 9568, 9567, 9570 ], "rotates": true }, -- cgit v1.2.1