diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-04-26 16:09:54 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-04-26 16:09:54 -0700 |
commit | 9752749a9138b9dd126d8cbcd2b6a17c963f48d0 (patch) | |
tree | ecea8c6e31dd5772199c2e1db3ca37200f0df9f9 | |
parent | Fix necropolis houses. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-9752749a9138b9dd126d8cbcd2b6a17c963f48d0.tar.xz |
Fix another missing comma for necropolis houses.
Fix urban 1_1 not rotating.
Fix urban 2_1 being off by 90 degrees.
Fix 2StoryModern04_1_1 also being off by 90 degrees.
Fix house_2story_second having wrong tile when west.
Fix house_2story_second and roof missing a background.
-rw-r--r-- | tile_config.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tile_config.json b/tile_config.json index a0c6973..31dec96 100644 --- a/tile_config.json +++ b/tile_config.json @@ -18919,7 +18919,7 @@ }, { "id": [ - "null_house_forced_west_for_specials" + "null_house_forced_west_for_specials", "necropolis_a_54", "necropolis_a_63" ], @@ -21287,7 +21287,7 @@ { "id": [ "urban_1_1", "urban_2_1", "urban_3_1", "urban_5_1", "urban_4_3", "urban_6_1", "urban_7_1", "urban_8_2", "urban_13_3", "urban_14_4", "urban_16_2" ], "fg": [ 10146, 10149, 10148, 10147 ], - "rotates": false + "rotates": true }, { "id": [ "2StoryModern04_1_2" ], @@ -21296,12 +21296,12 @@ }, { "id": [ "urban_1_2", "urban_2_2", "urban_3_2", "urban_5_2", "urban_4_4", "urban_6_2", "urban_7_2", "urban_8_1", "urban_13_4", "urban_14_3", "urban_16_1" ], - "fg": [ 10166, 10169, 10168, 10167 ], + "fg": [ 10167, 10166, 10169, 10168 ], "rotates": true }, { "id": [ "2StoryModern04_1_1" ], - "fg": [ 10168, 10167, 10166, 10169 ], + "fg": [ 10169, 10168, 10167, 10166 ], "rotates": true }, { @@ -37846,8 +37846,8 @@ { "id": "fungal_flowers", "fg": 18802, "rotates": false }, { "id": "fungal_tower", "fg": 18803, "rotates": false }, { "id": [ "house_2story_base", "2storyModern01_first","2storyModern02_1","2StoryModern03_1" ], "fg": [ 18804, 18807, 18806, 18805 ], "rotates": true }, - { "id": [ "house_2story_second", "2storyModern01_second","2storyModern02_2","2StoryModern03_2" ], "fg": [ 18808, 1881, 18810, 18809 ], "rotates": true }, - { "id": [ "house_2story_roof", "2storyModern01_roof","2storyModern02_roof","2StoryModern03_roof" ], "fg": [ 18812, 18815, 18814, 18813 ], "rotates": true }, + { "id": [ "house_2story_second", "2storyModern01_second","2storyModern02_2","2StoryModern03_2" ], "fg": [ 18808, 18811, 18810, 18809 ], "bg": 18533, "rotates": true }, + { "id": [ "house_2story_roof", "2storyModern01_roof","2storyModern02_roof","2StoryModern03_roof" ], "fg": [ 18812, 18815, 18814, 18813 ], "bg": 18533, "rotates": true }, { "id": [ "lighthouse_ground", "lighthouse_z1", "lighthouse_z2", "lighthouse_z4", "lighthouse_z5", "lighthouse_roof" ], "fg": 18816, |