diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-06-21 23:06:14 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-06-21 23:06:14 -0700 |
commit | 9cc81168e9d281e313201821558cc4b8099ee05d (patch) | |
tree | 2be36bba1683601596b066da8c3c23019c24c4cf | |
parent | Fix the overmap_path tile. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-9cc81168e9d281e313201821558cc4b8099ee05d.tar.xz |
Fix generic parking lot tile.
Fix the infamous loffice_tower again.
-rw-r--r-- | tile_config.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tile_config.json b/tile_config.json index 503e158..0e90a94 100644 --- a/tile_config.json +++ b/tile_config.json @@ -82338,7 +82338,7 @@ "necropolis_a_61", "necropolis_a_76" ], - "fg": 10187, + "fg": 10299, "rotates": false }, { @@ -123736,7 +123736,7 @@ "loffice_tower_16", "loffice_tower_20" ], - "fg": [19042, 19041, 19043, 19044], + "fg": [19044, 19042, 19041, 19043], "bg": 18754, "rotates": true }, @@ -123748,7 +123748,7 @@ "loffice_tower_14", "loffice_tower_18" ], - "fg": [19044, 19042, 19041, 19043], + "fg": [19042, 19041, 19043, 19044], "bg": 18754, "rotates": true }, |