Skip to content

Commit 84403aa

Browse files
committed
Fix left/right lighting intensity
1 parent 646b6dc commit 84403aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

out.png

7.19 KB
Loading

src/hexdoc/graphics/render.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ def render_block(
171171
case "up":
172172
light = LIGHT_UP
173173
case "south":
174-
light = LIGHT_RIGHT
175-
case "east":
176174
light = LIGHT_LEFT
175+
case "east":
176+
light = LIGHT_RIGHT
177177
case _:
178178
light = LIGHT_BACK
179179

0 commit comments

Comments
 (0)