Cleanup console input slightly
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ unpause :: Universe -> Maybe Universe
|
||||
unpause w = Just . resumeSound $ w & menuLayers .~ []
|
||||
|
||||
displayControls :: ScreenLayer
|
||||
displayControls = ColumnsScreen "CONTROLS" listControls
|
||||
displayControls = ColumnsScreen (const "CONTROLS") listControls
|
||||
|
||||
listControls :: [(String,String)]
|
||||
listControls =
|
||||
|
||||
Reference in New Issue
Block a user