Add quicksave

This commit is contained in:
2021-09-13 00:17:45 +01:00
parent 064d43f903
commit 49274064a0
11 changed files with 28 additions and 18 deletions
+2 -1
View File
@@ -53,12 +53,13 @@ defaultWorld = World
, _corpses = Zone IM.empty
, _decorations = IM.empty
, _storedLevel = Nothing
, _quicksaveLevel = Nothing
, _menuLayers = []
, _worldState = M.empty
, _worldTriggers = S.empty
, _clickMousePos = V2 0 0
, _pathGraph = Data.Graph.Inductive.Graph.empty
, _pathGraph' = []
, _pathGraphP = []
, _pathPoints = IM.empty
, _carteDisplay = False
, _carteCenter = V2 0 0