diff options
| -rw-r--r-- | notes.txt | 2 | ||||
| -rw-r--r-- | tile_config.json | 44 | 
2 files changed, 24 insertions, 22 deletions
| @@ -41,4 +41,6 @@ Mirror the double-wide house fourth tide vertically. It appears to have been an  todo-  Add tile or alias for PATCHSKIN1/PATCHSKIN2  Change background for military base tower overmap to open sky +Change background for 2storyModern overmap to open sky +Change background for loffice_tower overmap to open sky  west facing urban_3_3 tile is abit funky diff --git a/tile_config.json b/tile_config.json index 2487d1e..d8abb7e 100644 --- a/tile_config.json +++ b/tile_config.json @@ -37763,28 +37763,28 @@            "rotates": false          },          { -          "id": [ -            "loffice_tower_7", -            "loffice_tower_11", -            "loffice_tower_15", -            "loffice_tower_19", -            "loffice_tower_5", -            "loffice_tower_9", -            "loffice_tower_9b", -            "loffice_tower_13", -            "loffice_tower_17", -            "loffice_tower_8", -            "loffice_tower_12", -            "loffice_tower_16", -            "loffice_tower_20", -            "loffice_tower_6", -            "loffice_tower_10", -            "loffice_tower_10b", -            "loffice_tower_14", -            "loffice_tower_18" -          ], -          "fg": [ 18803, 18806, 18805, 18804 ], -          "rotates": false +          "id": [ "loffice_tower_7", "loffice_tower_11", "loffice_tower_15", "loffice_tower_19" ], +          "fg": [ 18805, 18806, 18804, 18803 ], +          "bg": 18514, +          "rotates": true +        }, +        { +          "id": [ "loffice_tower_5", "loffice_tower_9", "loffice_tower_9b", "loffice_tower_13", "loffice_tower_17" ], +          "fg": [ 18803, 18805, 18806, 18804 ], +          "bg": 18514, +          "rotates": true +        }, +        { +          "id": [ "loffice_tower_6", "loffice_tower_10", "loffice_tower_10b", "loffice_tower_14", "loffice_tower_18" ], +          "fg": [ 18804, 18803, 18805, 18806 ], +          "bg": 18514, +          "rotates": true +        }, +        { +          "id": [ "loffice_tower_8", "loffice_tower_12", "loffice_tower_16", "loffice_tower_20" ], +          "fg": [ 18806, 18804, 18803, 18805 ], +          "bg": 18514, +          "rotates": true          },          {            "id": [ "mi-go_scout_tower_1", "mi-go_scout_tower_2", "mi-go_scout_tower_3", "mi-go_scout_tower_4" ], | 
