From c4f38702c7ad40a6498bd8ebaa7cf6a1ab9c3bf2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 3 Mar 2023 11:41:02 -0800 Subject: Fix house_02 and house_modern_1 -East/West Rotation plus weighted tile variants, again. --- tile_config.json | 30 +++++------------------------- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git a/tile_config.json b/tile_config.json index f11b58f..d9cb978 100644 --- a/tile_config.json +++ b/tile_config.json @@ -19091,22 +19091,12 @@ }, { "id": "house_02", - "fg": [ - { "weight": 25, "sprite": 9762 }, - { "weight": 25, "sprite": 9763 }, - { "weight": 25, "sprite": 9764 }, - { "weight": 25, "sprite": 9765 } - ], + "fg": [ 9762, 9765, 9764, 9763 ], "rotates": true }, { "id": "house_02_roof", - "fg": [ - { "weight": 25, "sprite": 9766 }, - { "weight": 25, "sprite": 9767 }, - { "weight": 25, "sprite": 9768 }, - { "weight": 25, "sprite": 9769 } - ], + "fg": [ 9766, 9769, 9768, 9767 ], "bg": 9861, "rotates": true }, @@ -19164,24 +19154,14 @@ }, { "id": "house_modern_1", - "fg": [ - { "weight": 25, "sprite": 9773 }, - { "weight": 25, "sprite": 9774 }, - { "weight": 25, "sprite": 9775 }, - { "weight": 25, "sprite": 9776 } - ], + "fg": [ 9773, 9776, 9775, 9774 ], "rotates": true }, { "id": "house_modern_1_roof", - "fg": [ - { "weight": 25, "sprite": 9777 }, - { "weight": 25, "sprite": 9778 }, - { "weight": 25, "sprite": 9779 }, - { "weight": 25, "sprite": 9780 } - ], + "fg": [ 9777, 9780, 9779, 9778 ], "bg": 9861, - "rotates": false + "rotates": true }, { "id": "hunting_blind", "fg": 9781, "rotates": false }, { "id": "icecream_shop", "fg": 9782, "rotates": true }, -- cgit v1.2.1