This commit is contained in:
Ryan 2023-09-14 21:09:53 -04:00
commit aef6323c16

View file

@ -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();