Unify save states

This commit is contained in:
2021-10-19 14:20:56 +01:00
parent 4c3a18d7d7
commit 1f8b4b8565
6 changed files with 25 additions and 18 deletions
+1 -3
View File
@@ -52,10 +52,8 @@ defaultWorld = World
, _playingSounds = M.empty
, _corpses = Zone IM.empty
, _decorations = IM.empty
, _storedLevel = Nothing
, _quicksaveLevel = Nothing
, _savedWorlds = M.empty
, _menuLayers = []
-- , _worldState = M.empty
, _worldTriggers = S.empty
, _clickMousePos = V2 0 0
, _pathGraph = Data.Graph.Inductive.Graph.empty