Work on saving/loading concurrently

This commit is contained in:
2022-08-18 10:05:24 +01:00
parent 26e88f059a
commit c74d3b04bf
20 changed files with 232 additions and 154 deletions
+2 -6
View File
@@ -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