diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-16 09:34:52 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-16 09:34:52 -0800 |
commit | 065ae0c90fb8f3efa0eb5cccf65df6255d2a5d20 (patch) | |
tree | 36d94b30e3939d0d9a074307fd01b11c61ee655b | |
parent | Fix error in mosin91 fg. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-065ae0c90fb8f3efa0eb5cccf65df6255d2a5d20.tar.xz |
Fix urban5 being east/west backwards due to mapgen bug.
-Yes the actual mapgen has them backwards in all four directions.
-rw-r--r-- | tile_config.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tile_config.json b/tile_config.json index c88d9de..5cd0dd5 100644 --- a/tile_config.json +++ b/tile_config.json @@ -36908,12 +36908,12 @@ { "id": [ "urban_3_2" ], "fg": [ 19509, 19508, 19511, 19510 ], "rotates": true }, { "id": [ "urban_3_3", "urban_3_5" ], "fg": [ 19513, 19520, 19515, 19514 ], "bg": 19347, "rotates": true }, { "id": [ "urban_3_4", "urban_3_6" ], "fg": [ 19517, 19516, 19519, 19518 ], "bg": 19347, "rotates": true }, - { "id": [ "urban_5_1" ], "fg": [ 19505, 19506, 19507, 19512 ], "rotates": true }, - { "id": [ "urban_5_2" ], "fg": [ 19509, 19510, 19511, 19508 ], "rotates": true }, - { "id": [ "urban_5_3", "urban_5_5" ], "fg": [ 19513, 19514, 19515, 19520 ], "bg": 19347, "rotates": true }, - { "id": [ "urban_5_4", "urban_5_6" ], "fg": [19517,19518,19519,19516], "bg": 19347, "rotates": true }, - { "id": [ "urban_4_3" ], "fg": [19505,19512,19507,19506], "rotates": true }, - { "id": [ "urban_4_4" ], "fg": [19509,19508,19511,19510], "rotates": true }, + { "id": [ "urban_5_1" ], "fg": [ 19505, 19512, 19507, 19506 ], "rotates": true }, + { "id": [ "urban_5_2" ], "fg": [ 19509, 19508, 19511, 19510 ], "rotates": true }, + { "id": [ "urban_5_3", "urban_5_5" ], "fg": [ 19513, 19520, 19515, 19514 ], "bg": 19347, "rotates": true }, + { "id": [ "urban_5_4", "urban_5_6" ], "fg": [ 19517, 19516, 19519, 19518 ], "bg": 19347, "rotates": true }, + { "id": [ "urban_4_3" ], "fg": [ 19505, 19512, 19507, 19506 ], "rotates": true }, + { "id": [ "urban_4_4" ], "fg": [ 19509, 19508, 19511, 19510 ], "rotates": true }, { "id": [ "urban_4_5", "urban_4_7" ], "fg": [ 19513, 19520, 19515, 19514 ], "bg": 19347, "rotates": true }, { "id": [ "urban_4_6", "urban_4_8" ], "fg": [ 19517, 19516, 19519, 19518 ], "bg": 19347, "rotates": true }, { "id": [ "urban_6_1", "urban_7_1" ], "fg": [ 19505, 19512, 19507, 19506 ], "rotates": true }, |