Turn on debug mode by default

This commit is contained in:
jgk
2021-04-07 18:52:51 +02:00
parent bc8af0ac29
commit d42cb89dd2
2 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ defaultWorld = World
, _keyConfig = defaultKeyConfigSDL
, _varMovementSpeedModifier = 3
, _varMovementStrafeSpeedModifier = 3
, _debugMode = False
, _debugMode = True
}
youLight =
-- LS {_lsEff = \w _ p -> (logistic 1 1 1 (d p w * 0.01) )