Work on inventory selection list

This commit is contained in:
2022-12-25 19:00:19 +00:00
parent b01a9f89e6
commit 2ae7f2bbc1
5 changed files with 74 additions and 65 deletions
+3 -1
View File
@@ -5,13 +5,15 @@
module Dodge.Data.HUD where
--import Dodge.Data.SelectionList
import Control.Lens
import Data.Aeson
import Data.Aeson.TH
import Geometry.Data
data HUDElement
= DisplayInventory {_subInventory :: SubInventory}
= DisplayInventory
{ _subInventory :: SubInventory}
| DisplayCarte
deriving (Eq, Ord, Show, Read) --Generic, Flat)