Add in "linear" lWorld to separate time reversable worlds

This commit is contained in:
2022-10-28 12:24:51 +01:00
parent 5f6bd43599
commit 7e790b7153
130 changed files with 827 additions and 980 deletions
+7 -1
View File
@@ -64,8 +64,14 @@ defaultCWCam =
defaultCWorld :: CWorld
defaultCWorld =
CWorld
{ _cwCam = defaultCWCam
{ _lWorld = defaultLWorld
, _cwGen = defaultCWGen
}
defaultLWorld :: LWorld
defaultLWorld =
LWorld
{ _cwCam = defaultCWCam
, _magnets = IM.empty
, _modifications = IM.empty
, _creatures = IM.empty