diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-03 11:16:04 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-03 11:16:04 -0800 |
commit | ef5904dcc77b8c1d7fc05c55118ad26216f243ab (patch) | |
tree | b2d8c54e182a9f8d054a1af716ebabd2cfe8667a /tile_config.json | |
parent | Large update to sync with upstream. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-ef5904dcc77b8c1d7fc05c55118ad26216f243ab.tar.xz |
Fix the broken upstream changes to loffice tower.
-large_stuff.png is still missing an open_sky background tile. :/
Diffstat (limited to 'tile_config.json')
-rw-r--r-- | tile_config.json | 44 |
1 files changed, 22 insertions, 22 deletions
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" ], |