From 3a409c827fcffd4a849ed864f8b55a09070d4cd6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 17 Sep 2024 19:54:22 -0700 Subject: Fix house_modern_1_roof not rotating. --- tile_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- cgit v1.2.1