diff options
| author | Crystalwarrior <varsash@gmail.com> | 2021-01-27 19:18:43 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2021-01-27 19:18:43 +0300 |
| commit | 423fe3d3fe5b7bce2c3879d332d5ba5e08ccd954 (patch) | |
| tree | afbba3b3588af18301519203d3d744c5624eb2bf /include/courtroom.h | |
| parent | 88cdf3c376c7eebe598f620722390daa26da02d2 (diff) | |
Add the setting for the text scrawl
Diffstat (limited to 'include/courtroom.h')
| -rw-r--r-- | include/courtroom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/courtroom.h b/include/courtroom.h index d20c580b..52a6cded 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -336,7 +336,7 @@ private: bool message_is_centered = false; int current_display_speed = 3; - int base_display_speed = 40; + int text_scrawl = 40; double message_display_mult[7] = {0.125, 0.25, 0.65, 1, 1.25, 1.75, 2.25}; // The character ID of the character this user wants to appear alongside with. |
