From 0ca893ae81de63d97fbfd58e294cebeb94625e35 Mon Sep 17 00:00:00 2001 From: Ivan Mogilko Date: Sat, 23 Nov 2024 05:59:39 +0300 Subject: [PATCH] Changes.txt: added missing note about "textreadspeed" config option --- Changes.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Changes.txt b/Changes.txt index 9c72a31079f..e0ae7e51dc4 100644 --- a/Changes.txt +++ b/Changes.txt @@ -167,9 +167,9 @@ Engine: - Support calling StopDialog() inside a dialog script, that will schedule dialog's stop command at the end of the current option script. - Implemented video buffering on a separate thread. Allow to drop late video frames. - - Added new accessibility config settings in "access" section: "speechskip" and "textskip". - These let player to override game's skipping style for character speech and text messages - respectively. + - Added new accessibility config settings in "access" section: "speechskip", "textskip", + "textreadspeed". These let player to override game's skipping style for character speech and + text messages, and text reading speed parameter that controls speech timing. - Added "max_save" config option in "override" section: this lets to enforce an arbitrary number of saves displayed in a standard save/restore dialogs in game. - Added "--no-plugins" command-line argument that denies loading any plugins;