Highlight moused-over inventory items

This commit is contained in:
2024-10-16 22:14:11 +01:00
parent cf0873d73b
commit d256bc0443
9 changed files with 214 additions and 148 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
/home/justin/Haskell/loop/src/Dodge/Render/ShapePicture.hs:61:19: warning: [-Wunused-matches]
Defined but not used: cfig
/home/justin/Haskell/loop/src/Dodge/Render/HUD.hs:33:1-30: warning: [-Wunused-imports]
The import of Dodge.SelectionSections is redundant
|
61 | drawDIMouseOver w cfig = fromMaybe mempty $ do
| ^^^^
33 | import Dodge.SelectionSections
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^