From 065ae0c90fb8f3efa0eb5cccf65df6255d2a5d20 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Mon, 16 Jan 2023 09:34:52 -0800
Subject: Fix urban5 being east/west backwards due to mapgen bug. -Yes the
 actual mapgen has them backwards in all four directions.

---
 tile_config.json | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

(limited to 'tile_config.json')

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 },
-- 
cgit v1.2.1