Add quicksave
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user