Move status to list on left of screen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user