mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-25 15:45:20 -07:00
added cvars to menu
This commit is contained in:
parent
0b11968291
commit
78ef368377
1 changed files with 6 additions and 0 deletions
|
@ -461,6 +461,12 @@ void DrawSettingsMenu() {
|
|||
UIWidgets::PaddedEnhancementCheckbox("Disable Idle Camera Re-Centering", "gA11yDisableIdleCam");
|
||||
UIWidgets::Tooltip("Disables the automatic re-centering of the camera when idle.");
|
||||
|
||||
UIWidgets::PaddedEnhancementCheckbox("Accessible Audio Cues", "gA11yAudioInteraction");
|
||||
UIWidgets::Tooltip("Enables accessibility audio cues");
|
||||
|
||||
UIWidgets::PaddedEnhancementCheckbox("Extract Sfx", "gExtractSfx");
|
||||
UIWidgets::Tooltip("Extracts the sfx to be used in accessible audio cues, must be run once for the audio cues to play then restart game");
|
||||
|
||||
ImGui::EndMenu();
|
||||
}
|
||||
ImGui::EndMenu();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue