Add hacky block shadow to inventory items

This commit is contained in:
2025-12-26 10:41:21 +00:00
parent b9a6bd5f67
commit 2cb9fb153a
5 changed files with 188 additions and 181 deletions
+3
View File
@@ -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