Make hud non-saveable
This commit is contained in:
@@ -39,6 +39,7 @@ defaultWorld =
|
||||
, _randGen = mkStdGen 2
|
||||
, _testFloat = 0
|
||||
, _rbOptions = NoRightButtonOptions
|
||||
, _hud = defaultHUD
|
||||
}
|
||||
|
||||
defaultCWGen :: CWGen
|
||||
@@ -128,10 +129,8 @@ defaultLWorld =
|
||||
, _pathGraph = Data.Graph.Inductive.Graph.empty
|
||||
, _pnZoning = mempty
|
||||
, _peZoning = mempty
|
||||
, _hud = defaultHUD
|
||||
, _lightSources = IM.empty
|
||||
, _tempLightSources = []
|
||||
, _closeObjects = []
|
||||
, _seenLocations =
|
||||
IM.fromList
|
||||
[ (0, (WdYouPos, "CURRENT POSITION"))
|
||||
@@ -150,6 +149,7 @@ defaultHUD =
|
||||
, _carteCenter = V2 0 0
|
||||
, _carteZoom = 0.5
|
||||
, _carteRot = 0
|
||||
, _closeObjects = []
|
||||
}
|
||||
|
||||
defaultWorldHammers :: M.Map WorldHammer HammerPosition
|
||||
|
||||
Reference in New Issue
Block a user