summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-03 11:41:02 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-03 11:41:02 -0800
commitc4f38702c7ad40a6498bd8ebaa7cf6a1ab9c3bf2 (patch)
tree55dea79b4c59ab435a6be7e59524a1de742f20d2
parentFix the baseball field overmap tiles. (diff)
downloadcataclysm-dda-tileset_undeadpeople-c4f38702c7ad40a6498bd8ebaa7cf6a1ab9c3bf2.tar.xz
Fix house_02 and house_modern_1
-East/West Rotation plus weighted tile variants, again.
-rw-r--r--tile_config.json30
1 files 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 },