From 7bd47d02c1a88c79d2e633b9dcb85ba4aeb4e6a6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 17 Aug 2022 20:27:14 -0700 Subject: Yet another rotation fix. Rivers this time. --- tile_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tile_config.json b/tile_config.json index 870eed6..b0d9cee 100644 --- a/tile_config.json +++ b/tile_config.json @@ -15556,7 +15556,7 @@ {"id": "river_east", "fg": 9649, "bg": 9131, "rotates": false}, {"id": "river_south", "fg": 9654, "bg": 9131, "rotates": false}, {"id": ["river_center", "bridge_under"], "fg": 9644, "bg": 9131, "rotates": false}, -{"id": "river", "fg": [9651, 9649, 9654, 9656], "bg": 9131, "rotates": true}, +{"id": "river", "fg": [9651, 9656, 9654, 9649], "bg": 9131, "rotates": true}, {"id": ["river_c_not_nw"], "fg": 9646, "bg": 9131, "rotates": false}, {"id": ["river_c_not_ne"], "fg": 9645, "bg": 9131, "rotates": false}, {"id": ["river_c_not_sw"], "fg": 9648, "bg": 9131, "rotates": false}, -- cgit v1.2.1