Add destruction to mounted lights

This commit is contained in:
2025-10-26 14:39:33 +00:00
parent c55c3e874d
commit 0adf3f57b4
7 changed files with 64 additions and 70 deletions
+1
View File
@@ -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)