diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-08-17 20:27:14 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-08-17 20:27:14 -0700 |
commit | 7bd47d02c1a88c79d2e633b9dcb85ba4aeb4e6a6 (patch) | |
tree | df915d2b78443cba3eaffcbd21127305d4e48e02 | |
parent | Another rotation fix for farms. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-7bd47d02c1a88c79d2e633b9dcb85ba4aeb4e6a6.tar.xz |
Yet another rotation fix. Rivers this time.
-rw-r--r-- | tile_config.json | 2 |
1 files changed, 1 insertions, 1 deletions
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}, |