Add toggle for visual sounds
This commit is contained in:
@@ -53,6 +53,10 @@ gameplayMenuOptions =
|
||||
ScancodeR
|
||||
(Just . (config . rotate_to_wall %~ not))
|
||||
(\w -> "ROTATE TO WALL:" ++ show (_rotate_to_wall $ _config w))
|
||||
, Toggle
|
||||
ScancodeS
|
||||
(Just . (config . show_sound %~ not))
|
||||
(\w -> "SHOW VISUAL SOUNDS:" ++ show (_show_sound $ _config w))
|
||||
]
|
||||
|
||||
soundMenu :: ScreenLayer
|
||||
|
||||
Reference in New Issue
Block a user