From ef5904dcc77b8c1d7fc05c55118ad26216f243ab Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 3 Mar 2023 11:16:04 -0800 Subject: Fix the broken upstream changes to loffice tower. -large_stuff.png is still missing an open_sky background tile. :/ --- notes.txt | 2 ++ tile_config.json | 44 ++++++++++++++++++++++---------------------- 2 files changed, 24 insertions(+), 22 deletions(-) diff --git a/notes.txt b/notes.txt index 2ff835b..a438e70 100644 --- a/notes.txt +++ b/notes.txt @@ -41,4 +41,6 @@ Mirror the double-wide house fourth tide vertically. It appears to have been an todo- Add tile or alias for PATCHSKIN1/PATCHSKIN2 Change background for military base tower overmap to open sky +Change background for 2storyModern overmap to open sky +Change background for loffice_tower overmap to open sky west facing urban_3_3 tile is abit funky 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" ], -- cgit v1.2.1