mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-13 01:57:18 -07:00
[Accessibility] Text to Speech (#2487)
This commit is contained in:
parent
72777a0eb2
commit
21466192e5
38 changed files with 2279 additions and 28 deletions
|
@ -6064,6 +6064,8 @@ void Interface_Update(PlayState* play) {
|
|||
Left_HUD_Margin = CVarGetInteger("gHUDMargin_L", 0);
|
||||
Right_HUD_Margin = CVarGetInteger("gHUDMargin_R", 0);
|
||||
Bottom_HUD_Margin = CVarGetInteger("gHUDMargin_B", 0);
|
||||
|
||||
GameInteractor_ExecuteOnInterfaceUpdate();
|
||||
|
||||
if (CHECK_BTN_ALL(debugInput->press.button, BTN_DLEFT)) {
|
||||
gSaveContext.language = LANGUAGE_ENG;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue