Move status to list on left of screen

This commit is contained in:
2024-11-24 12:51:20 +00:00
parent 1427efedb2
commit b2de834bb7
4 changed files with 20 additions and 60 deletions
+2 -3
View File
@@ -17,7 +17,6 @@ import Dodge.Camera
import Dodge.Creature.Action
import Dodge.Data.Combine
import Dodge.Data.Universe
import Dodge.Default.World
import Dodge.DisplayInventory
import Dodge.Event.Test
import Dodge.InputFocus
@@ -480,8 +479,8 @@ toggleMap u = case u ^. uvWorld . hud . hudElement of
DisplayCarte ->
u & uvWorld . hud . hudElement
.~ DisplayInventory
{ _subInventory = NoSubInventory --MouseInvNothing
, _diSections = defaultInvSections
{ _subInventory = NoSubInventory
, _diSections = mempty
, _diSelection = Nothing
, _diSelectionExtra = mempty
, _diInvFilter = mempty