diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-09-17 19:54:22 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-09-17 19:54:22 -0700 |
commit | 3a409c827fcffd4a849ed864f8b55a09070d4cd6 (patch) | |
tree | c1b076925088cadf6676af9ce2bbc8b816057fa0 /tile_config.json | |
parent | Fix 2farm again. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-3a409c827fcffd4a849ed864f8b55a09070d4cd6.tar.xz |
Fix house_modern_1_roof not rotating.
Diffstat (limited to 'tile_config.json')
-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 29391bd..2d4a5f3 100644 --- a/tile_config.json +++ b/tile_config.json @@ -20220,7 +20220,7 @@ "id": "house_modern_1_roof", "fg": [ 10706, 10709, 10708, 10707 ], "bg": 10885, - "rotates": false + "rotates": true }, { "id": "hunting_blind", "fg": 10710, "rotates": false }, { "id": "icecream_shop", "fg": 10711, "rotates": false }, |