mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
nilrider:: audio settings
This commit is contained in:
parent
9e56312dab
commit
d55a2022c0
@ -362,6 +362,12 @@ void settings() {
|
||||
dialog::add_action_push(nil_projection);
|
||||
dialog::addItem("configure keys", 'k');
|
||||
dialog::add_action_push(multi::get_key_configurer(1, move_names, "Nilrider keys"));
|
||||
|
||||
#if CAP_AUDIO
|
||||
add_edit(effvolume);
|
||||
add_edit(musicvolume);
|
||||
#endif
|
||||
|
||||
#if CAP_VR
|
||||
vrhr::enable_button();
|
||||
vrhr::reference_button();
|
||||
|
Loading…
Reference in New Issue
Block a user