diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-02-07 15:22:28 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-02-07 15:22:28 -0800 |
commit | 4c704cfaec12693864c07d8cd0345d92fb4a7f53 (patch) | |
tree | 2116f6d84dd96b159c0a2b0c7e10a8492b5a2935 | |
parent | Add wielded aliases for the MBR vesets. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-4c704cfaec12693864c07d8cd0345d92fb4a7f53.tar.xz |
Fix bridge yellow pavement lines to match the tiles of regular yellow pavement lines.
-rw-r--r-- | tile_config.json | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/tile_config.json b/tile_config.json index 90512f0..2aeed4c 100644 --- a/tile_config.json +++ b/tile_config.json @@ -4831,13 +4831,13 @@ { "id": "overlay_wielded_manual_speech", "fg": 2654 }, { "id": "textbook_speech", "fg": 2615, "bg": 10141, "rotates": false }, { "id": "overlay_wielded_textbook_speech", "fg": 2654 }, - { "id": "holybook_bible1", "fg": 2616, "rotates": false }, + { "id": "holybook_bible1", "fg": 2616, "bg": 10140, "rotates": false }, { "id": "overlay_wielded_holybook_bible1", "fg": 2617, "rotates": false }, { "id": "holybook_bible2", "fg": 2618, "bg": 10140, "rotates": false }, { "id": "overlay_wielded_holybook_bible2", "fg": 2619, "rotates": false }, - { "id": "holybook_bible3", "fg": 2620, "rotates": false }, + { "id": "holybook_bible3", "fg": 2620, "bg": 10140, "rotates": false }, { "id": "overlay_wielded_holybook_bible3", "fg": 2621, "rotates": false }, - { "id": "holybook_bible4", "fg": 2616, "rotates": false }, + { "id": "holybook_bible4", "fg": 2616, "bg": 10140, "rotates": false }, { "id": "overlay_wielded_holybook_bible4", "fg": 2617, "rotates": false }, { "id": "holybook_granth", "fg": 2653, "bg": 10140, "rotates": false }, { "id": "overlay_wielded_holybook_granth", "fg": 2654 }, @@ -4855,7 +4855,7 @@ { "id": "overlay_wielded_holybook_pastafarian", "fg": 2654 }, { "id": "holybook_quran", "fg": 2624, "bg": 10140, "rotates": false }, { "id": "overlay_wielded_holybook_quran", "fg": 2654 }, - { "id": "holybook_satanic", "fg": 2625, "rotates": false }, + { "id": "holybook_satanic", "fg": 2625, "bg": 10140, "rotates": false }, { "id": "overlay_wielded_holybook_satanic", "fg": 2626, "rotates": false }, { "id": "holybook_paganism", "fg": 2625, "bg": 10140, "rotates": false }, { "id": "overlay_wielded_holybook_paganism", "fg": 2626, "rotates": false }, @@ -4879,7 +4879,7 @@ { "id": "overlay_wielded_holybook_upanishads", "fg": 2654 }, { "id": "holybook_vedas", "fg": 2653, "bg": 10140, "rotates": false }, { "id": "overlay_wielded_holybook_vedas", "fg": 2654 }, - { "id": "mycenacean_hymns", "fg": 2627, "rotates": true }, + { "id": "mycenacean_hymns", "fg": 2627, "bg": 10140, "rotates": true }, { "id": "overlay_wielded_mycenacean_hymns", "fg": 2654 }, { "id": "mag_stabbing", "fg": 2628, "bg": 10143, "rotates": false }, { "id": "overlay_wielded_mag_stabbing", "fg": 2654 }, @@ -28397,7 +28397,17 @@ ] }, { "id": "t_pavement_bg_dp", "fg": 14410 }, - { "id": "t_pavement_y_bg_dp", "fg": 14411, "bg": 10185 }, + { + "id": "t_pavement_y_bg_dp", + "fg": [ + { "weight": 250, "sprite": 15568 }, + { "weight": 1, "sprite": 15569 }, + { "weight": 1, "sprite": 15570 }, + { "weight": 1, "sprite": 15571 }, + { "weight": 1, "sprite": 15572 } + ], + "bg": 14410 + }, { "id": "t_pontoon_dp", "fg": 14412, "bg": 16280 }, { "id": "t_riverbridge_dp", "fg": 14413, "rotates": false }, { "id": "t_sh_bridge", "fg": 14414, "rotates": false }, |