Separate out concrete part of world
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ doQuicksave :: Universe -> Universe
|
||||
doQuicksave = saveWorldInSlot QuicksaveSlot
|
||||
|
||||
clearKeys :: World -> World
|
||||
clearKeys = (keys .~ mempty) . (mouseButtons .~ mempty)
|
||||
clearKeys = (cWorld . keys .~ mempty) . (cWorld . mouseButtons .~ mempty)
|
||||
|
||||
saveLevelStartSlot :: Universe -> Universe
|
||||
--saveLevelStartSlot = id
|
||||
|
||||
Reference in New Issue
Block a user