Move saved worlds outside of world into universe

This commit is contained in:
2021-11-28 14:42:08 +00:00
parent 1c5abfd6f2
commit 1d9dd3e4e0
8 changed files with 19 additions and 20 deletions
+1
View File
@@ -62,6 +62,7 @@ firstWorldLoad theConfig = do
& config .~ theConfig
,_preloadData = pdata
,_menuLayers = []
,_savedWorlds = M.empty
}
theUpdateStep :: Universe -> IO Universe