Linting, haddocking
This commit is contained in:
@@ -50,13 +50,13 @@ menuScreen cfig hw hh mLays = case mLays of
|
||||
,tst (-100) 100 0.4 "CONTROLS"
|
||||
,controlsList
|
||||
]
|
||||
(ConfigSaveScreen : _) -> optionsList hw hh "SAVING..." []
|
||||
(WaitMessage s : _) -> optionsList hw hh s []
|
||||
_ -> blank
|
||||
where
|
||||
tst x y sc t = translate x y $ scale sc sc $ color white $ text t
|
||||
mavol = f $ _volume_master $ cfig
|
||||
snvol = f $ _volume_sound $ cfig
|
||||
muvol = f $ _volume_music $ cfig
|
||||
mavol = f $ _volume_master cfig
|
||||
snvol = f $ _volume_sound cfig
|
||||
muvol = f $ _volume_music cfig
|
||||
f x = show $ round $ 10 * x
|
||||
showShadRes i = "1/"++ show i
|
||||
|
||||
|
||||
Reference in New Issue
Block a user