Add destruction to mounted lights
This commit is contained in:
@@ -39,6 +39,7 @@ writeSaveSlot ss u = do
|
||||
createDirectoryIfMissing True "generated/saves"
|
||||
BS.writeFile (saveSlotPath ss) $ encode (u ^. uvWorld . cWorld)
|
||||
--AEP.encodePretty' (AEP.Config (AEP.Spaces 2) compare AEP.Generic False)
|
||||
putStrLn "Saved"
|
||||
return Just
|
||||
|
||||
readSaveSlot :: SaveSlot -> IO (Universe -> Maybe Universe)
|
||||
|
||||
Reference in New Issue
Block a user