mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-25 07:35:34 -07:00
work??
This commit is contained in:
parent
367245aa01
commit
aef6323c16
1 changed files with 6 additions and 0 deletions
|
@ -461,6 +461,12 @@ void DrawSettingsMenu() {
|
||||||
UIWidgets::PaddedEnhancementCheckbox("Disable Idle Camera Re-Centering", "gA11yDisableIdleCam");
|
UIWidgets::PaddedEnhancementCheckbox("Disable Idle Camera Re-Centering", "gA11yDisableIdleCam");
|
||||||
UIWidgets::Tooltip("Disables the automatic re-centering of the camera when idle.");
|
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();
|
||||||
}
|
}
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue