diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-07-04 19:38:41 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-07-04 19:38:41 -0700 |
commit | cba655a21bf29db6cfd650d5e2160b15f9eb68a1 (patch) | |
tree | 283aa3c11833f8e30cb3b9dd90ae857966d5affd | |
parent | Fix urban_1_2_basement, and urban_14_2 (diff) | |
download | cataclysm-dda-tileset_undeadpeople-cba655a21bf29db6cfd650d5e2160b15f9eb68a1.tar.xz |
Fix urban_14_1 again.
-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 3e2fed0..bb68832 100644 --- a/tile_config.json +++ b/tile_config.json @@ -82048,7 +82048,7 @@ }, { "id": [ "urban_14_1" ], - "fg": [ 10264, 10263, 10262, 10265 ], + "fg": [ 10262, 10265, 10264, 10263 ], "rotates": true }, { |