Improve configuration handling

This commit is contained in:
jgk
2021-04-08 02:48:25 +02:00
parent ddb1171e2e
commit f1214c0584
14 changed files with 118 additions and 54 deletions
+2 -1
View File
@@ -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)