Add hacky block shadow to inventory items
This commit is contained in:
@@ -42,7 +42,7 @@ invSelectionItem w indent loc =
|
||||
, _siDisplayMod = dmod
|
||||
}
|
||||
where
|
||||
dmod = maybe NoSIDisplayMod (const HighlightSI)
|
||||
dmod = maybe DropShadowSI (const HighlightSI)
|
||||
$ w ^? cWorld . highlightItems . ix (a ^. itID . unNInt)
|
||||
ci = (a,b)
|
||||
(a,b,_) = loc ^. locDT . dtValue
|
||||
|
||||
Reference in New Issue
Block a user