Cleanup
This commit is contained in:
+1
-1
@@ -201,7 +201,7 @@ gameOverMenu u =
|
||||
--charToScode = Scancode . fromIntegral . (\x -> x - 61) . fromEnum
|
||||
|
||||
unpause :: Universe -> Universe
|
||||
unpause w = resumeSound $ w & uvScreenLayers .~ []
|
||||
unpause w = over uvWorld resumeSound $ w & uvScreenLayers .~ []
|
||||
|
||||
-- note that this won't update after it is first loaded
|
||||
displayConfig :: Universe -> ScreenLayer
|
||||
|
||||
Reference in New Issue
Block a user