Allow shadow fidelity option, fix bug in rendering box shadows
This commit is contained in:
@@ -112,7 +112,7 @@ drawCreature cr = case _crType cr of
|
||||
|
||||
lampCrSPic :: Float -> SPic
|
||||
lampCrSPic h =
|
||||
( colorSH blue . upperBox h $ rectWH 5 5
|
||||
( colorSH blue . upperBox Small Typical h $ rectWH 5 5
|
||||
, setLayer BloomLayer (setDepth h . color white $ circleSolid 3)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user