render wall shadows in the wall border color

This commit is contained in:
Gwendolyn 2024-09-17 22:25:12 +02:00
parent e70bf8aac5
commit 2f8dc3ee32
3 changed files with 10 additions and 10 deletions

View file

@ -141,7 +141,7 @@ class MapRenderer:
engine.add_geometry(
walls.filter(bottom=not not_full_levels,
top=not walls_extended),
height=geoms.default_height, fill=FillAttribs(color_manager.wall_fill), category='walls'
height=geoms.default_height, shadow_color=color_manager.wall_border, fill=FillAttribs(color_manager.wall_fill), category='walls'
)
for short_wall in geoms.short_walls: