Improve configuration handling
This commit is contained in:
@@ -210,7 +210,7 @@ defaultWorld = World
|
||||
, _corpses = IM.empty
|
||||
, _decorations = IM.empty
|
||||
, _storedLevel = Nothing
|
||||
, _menuState = LevelMenu 1
|
||||
, _menuLayers = [LevelMenu 1]
|
||||
, _worldState = M.empty
|
||||
, _clickMousePos = (0,0)
|
||||
, _pathGraph = Data.Graph.Inductive.Graph.empty
|
||||
@@ -236,6 +236,7 @@ defaultWorld = World
|
||||
, _varMovementStrafeSpeedModifier = 3
|
||||
, _debugMode = True
|
||||
, _config = defaultConfig
|
||||
, _configNeedsUpdate = False
|
||||
}
|
||||
youLight =
|
||||
TLS { _tlsPos = (0,0)
|
||||
|
||||
Reference in New Issue
Block a user