diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-06-23 14:38:31 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-06-23 14:38:31 -0700 |
commit | af10e98621361b5d00be6d7b732d5342a29ad248 (patch) | |
tree | 1d14e05525fc048c46825517661f2d623ee0c74b | |
parent | Switch urban_14 to look like the end pieces of city_block2. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-af10e98621361b5d00be6d7b732d5342a29ad248.tar.xz |
Fix urban_1_2_basement, and urban_14_2
Fix 2StoryModern04_basement_1 and 2StoryModern04_2_1
-rw-r--r-- | tile_config.json | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/tile_config.json b/tile_config.json index 9d07fcb..3e2fed0 100644 --- a/tile_config.json +++ b/tile_config.json @@ -80746,8 +80746,11 @@ "mil_base_tunnels_h", "necropolis_c_13", "necropolis_c_14", + "necropolis_c_16", "necropolis_c_20", "necropolis_c_21", + "necropolis_c_23", + "necropolis_c_25", "necropolis_c_38", "necropolis_c_39", "necropolis_c_40", @@ -81291,7 +81294,7 @@ "mall_a_1", "necropolis_a_71" ], - "fg": [ 10109, 10108, 10107, 10110 ], + "fg": [ 10109, 10110, 10107, 10108 ], "rotates": true }, { @@ -82055,17 +82058,17 @@ }, { "id": [ "urban_1_2_basement", "urban_2_2_basement", "urban_3_2_basement", "urban_4_2", "urban_5_2_basement", "urban_6_2_basement" ], - "fg": [ 10266, 10269, 10268, 10267 ], + "fg": [ 10267, 10266, 10269, 10268 ], "rotates": true }, { "id": [ "urban_14_2" ], - "fg": [ 10268, 10267, 10266, 10269 ], + "fg": [ 10267, 10266, 10269, 10268 ], "rotates": true }, { "id": [ "2StoryModern04_basement_1" ], - "fg": [ 10268, 10267, 10266, 10269 ], + "fg": [ 10269, 10268, 10267, 10266 ], "rotates": true }, { @@ -82088,7 +82091,7 @@ }, { "id": [ "2StoryModern04_2_1", "2StoryModern04_roof_1" ], - "fg": [ 10276, 10277, 10274, 10275 ], + "fg": [ 10277, 10276, 10275, 10274 ], "bg": 9990, "rotates": true }, |