Work on saving/loading concurrently
This commit is contained in:
@@ -31,7 +31,6 @@ defaultWorld =
|
||||
, _backspaceTimer = 0
|
||||
, _timeFlow = NormalTimeFlow
|
||||
, _rbOptions = NoRightButtonOptions
|
||||
, _gameSlot = GameStartScreen
|
||||
}
|
||||
|
||||
defaultCWorld :: CWorld
|
||||
@@ -93,12 +92,9 @@ defaultCWorld =
|
||||
, _buttons = IM.empty
|
||||
, _corpses = IM.empty
|
||||
, _decorations = IM.empty
|
||||
, --, _savedWorlds = M.empty
|
||||
-- , _menuLayers = []
|
||||
_clickMousePos = V2 0 0
|
||||
, _clickMousePos = V2 0 0
|
||||
, _pathGraph = Data.Graph.Inductive.Graph.empty
|
||||
, -- , _pathGraphP = mempty
|
||||
_pnZoning = mempty
|
||||
, _pnZoning = mempty
|
||||
, _peZoning = mempty
|
||||
, _hud =
|
||||
HUD
|
||||
|
||||
Reference in New Issue
Block a user