From 66255ff6f7cdf7412e635b85e5e9ced065263daf Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 23 Jun 2023 13:50:08 -0700 Subject: Switch urban_14 to look like the end pieces of city_block2. -It looks more like an apartment building this way. --- tile_config.json | 32 ++++++++++---------------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/tile_config.json b/tile_config.json index 57b5614..9d07fcb 100644 --- a/tile_config.json +++ b/tile_config.json @@ -82023,11 +82023,6 @@ "fg": [ 10258, 10261, 10260, 10259 ], "rotates": true }, - { - "id": [ "urban_14_4" ], - "fg": [ 10260, 10259, 10258, 10261 ], - "rotates": true - }, { "id": [ "2StoryModern04_1_2" ], "fg": [ 10260, 10259, 10258, 10261 ], @@ -82038,11 +82033,6 @@ "fg": [ 10279, 10278, 10281, 10280 ], "rotates": true }, - { - "id": [ "urban_14_3"], - "fg": [ 10281, 10280, 10279, 10278 ], - "rotates": true - }, { "id": [ "2StoryModern04_1_1" ], "fg": [ 10281, 10280, 10279, 10278 ], @@ -82084,12 +82074,6 @@ "bg": 9990, "rotates": true }, - { - "id": [ "urban_14_6", "urban_14_8", "urban_14_10", "urban_14_12", "urban_14_14" ], - "fg": [ 10272, 10271, 10270, 10273 ], - "bg": 9990, - "rotates": true - }, { "id": [ "2StoryModern04_2_2", "2StoryModern04_roof_2" ], "fg": [ 10272, 10271, 10270, 10273 ], @@ -82102,12 +82086,6 @@ "bg": 9990, "rotates": true }, - { - "id": [ "urban_14_5", "urban_14_7", "urban_14_9", "urban_14_11", "urban_14_13" ], - "fg": [ 10277, 10276, 10275, 10274 ], - "bg": 9990, - "rotates": true - }, { "id": [ "2StoryModern04_2_1", "2StoryModern04_roof_1" ], "fg": [ 10276, 10277, 10274, 10275 ], @@ -123690,6 +123668,11 @@ "fg": [19000, 19003, 19002, 19001], "rotates": true }, + { + "id": [ "urban_14_3", "urban_14_5", "urban_14_7", "urban_14_9", "urban_14_11", "urban_14_13" ], + "fg": [19000, 19003, 19002, 19001], + "rotates": true + }, { "id": [ "city_block2_2", "city_block2_flr2_2", "city_block2_roof_2" ], "fg": [19004, 19007, 19006, 19005], @@ -123705,6 +123688,11 @@ "fg": [19012, 19015, 19014, 19013], "rotates": true }, + { + "id": [ "urban_14_4", "urban_14_6", "urban_14_8", "urban_14_10", "urban_14_12", "urban_14_14" ], + "fg": [19012, 19015, 19014, 19013], + "rotates": true + }, { "id": "cs_car_showroom", "fg": 19016, -- cgit v1.2.1