From b9dfed3ace528f08f6822a87e6cf85810cda94a4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 16 Nov 2023 00:05:04 -0800 Subject: Fix private airport parking lot Add 2story 01 and 02 --- tile_config.json | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/tile_config.json b/tile_config.json index bc1c3fc..a1f46a2 100644 --- a/tile_config.json +++ b/tile_config.json @@ -79468,7 +79468,10 @@ "rotates": true }, { - "id": "house_2story_basement", + "id": [ + "house_2story_basement", + "2Story02_basement" + ], "fg": 9900, "bg": 9813, "rotates": false @@ -81602,7 +81605,7 @@ "rotates": true }, { - "id": [ "control_tower_0", "control_tower_1", "control_tower_2", "control_tower_roof", "fuel_station", "fuel_station_roof", "airport_lot_0", "airport_lot_1", "waiting_area", "waiting_area_roof", "hangar_roof", "hangar", "s_air_parking", "s_air_term", "s_air_atc", "s_air_hangars", "s_air_hangars_roof", "s_air_term_roof", "s_air_atc_2", "s_air_atc_3" ], + "id": [ "control_tower_0", "control_tower_1", "control_tower_2", "control_tower_roof", "fuel_station", "fuel_station_roof", "airport_lot_0", "airport_lot_1", "waiting_area", "waiting_area_roof", "hangar_roof", "hangar", "s_air_term", "s_air_atc", "s_air_hangars", "s_air_hangars_roof", "s_air_term_roof", "s_air_atc_2", "s_air_atc_3" ], "fg": 10141, "rotates": false }, @@ -82568,6 +82571,7 @@ "s_restparking_2", "airport_lot_0", "airport_lot_1", + "s_air_parking", "sewage_treatment_0_0_0", "necropolis_a_19", "necropolis_a_56", @@ -123930,18 +123934,39 @@ "rotates": false }, { - "id": [ "house_2story_base", "2storyModern01_first","2storyModern02_1","2StoryModern03_1" ], + "id": [ + "house_2story_base", + "2storyModern01_first", + "2storyModern02_1", + "2StoryModern03_1", + "2Story01_1", + "2Story02_1" + ], "fg": [19028, 19031, 19030, 19029], "rotates": true }, { - "id": [ "house_2story_roof", "2storyModern01_roof","2storyModern02_roof","2StoryModern03_roof" ], + "id": [ + "house_2story_roof", + "2storyModern01_roof", + "2storyModern02_roof", + "2StoryModern03_roof", + "2Story01_roof", + "2Story02_roof" + ], "fg": [19032, 19035, 19034, 19033], "bg": 18757, "rotates": true }, { - "id": [ "house_2story_second", "2storyModern01_second","2storyModern02_2","2StoryModern03_2" ], + "id": [ + "house_2story_second", + "2storyModern01_second", + "2storyModern02_2", + "2StoryModern03_2", + "2Story01_2", + "2Story02_2" + ], "fg": [19036, 19039, 19038, 19037], "bg": 18757, "rotates": true -- cgit v1.2.1