aboutsummaryrefslogtreecommitdiff
path: root/include/courtroom.h
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2021-01-27 18:08:46 -0600
committerGitHub <noreply@github.com>2021-01-27 18:08:46 -0600
commit6de2105f2f694fdd1ae757b4a9a8a9a0ea0d8a6e (patch)
tree69d32c1c6ed54700f8e2af5f88a3d1ae70e56b1b /include/courtroom.h
parente1214d49a9c8ed553906f05b13f3181e45ab9edd (diff)
parentd1e7b2920b8ab0a1ae1488ea79db0d4a5a3173da (diff)
Merge pull request #438 from AttorneyOnline/feature/textspeed
Text crawl setting
Diffstat (limited to 'include/courtroom.h')
-rw-r--r--include/courtroom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index bf33581..fe3a171 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -336,7 +336,8 @@ private:
bool message_is_centered = false;
int current_display_speed = 3;
- int message_display_speed[7] = {5, 10, 25, 40, 50, 70, 90};
+ int text_crawl = 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.
int other_charid = -1;