Add hacky block shadow to inventory items
This commit is contained in:
@@ -37,6 +37,8 @@ data SelSection a = SelSection
|
||||
|
||||
type IMSS a = IntMap (SelSection a)
|
||||
|
||||
type IMSI a = IntMap (SelectionItem a)
|
||||
|
||||
data SelectionWidth = FixedSelectionWidth Int | UseItemWidth
|
||||
|
||||
data SelectionItem a = SelItem
|
||||
@@ -53,6 +55,7 @@ data SelectionItem a = SelItem
|
||||
data SIDisplayMod
|
||||
= NoSIDisplayMod
|
||||
| HighlightSI
|
||||
| DropShadowSI
|
||||
|
||||
makeLenses ''LDParams
|
||||
makeLenses ''SelectionItem
|
||||
|
||||
Reference in New Issue
Block a user