aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2018-12-17 08:37:07 -0600
committerGitHub <noreply@github.com>2018-12-17 08:37:07 -0600
commitf1c517667c529c7105b9e8cfa1f76b4b024e81cb (patch)
treee9d7178ee4334145388745e0d60d635c871f6fed /base
parent50af363b735399876fbdd3635e517e83c8dab946 (diff)
parent73b6e72ab90934eea7118793a1b71b9b53d508c8 (diff)
Merge pull request #48 from Cerapter/vanilla-theme-fixes
Theme, interface, and pointer magic fixes.
Diffstat (limited to 'base')
-rw-r--r--base/themes/default/courtroom_design.ini13
1 files changed, 10 insertions, 3 deletions
diff --git a/base/themes/default/courtroom_design.ini b/base/themes/default/courtroom_design.ini
index bc07b3fb..587d7eec 100644
--- a/base/themes/default/courtroom_design.ini
+++ b/base/themes/default/courtroom_design.ini
@@ -72,12 +72,12 @@ blip_slider = 326, 648, 140, 16
; page. Having either number lower than 49 crashes the client when you try to
; pick a character. If you want X columns and Y rows, you would change it to
; 49X, 49Y (ie. 490, 147 if you want 10 columns and 3 rows)
-emotes = 10, 342, 490, 98
+emotes = 5, 342, 490, 98
emote_button_spacing = 9, 9
; Page togglers for emotes
-emote_left = 373, 475, 17, 17
-emote_right = 392, 475, 17, 17
+emote_left = 5, 438, 17, 17
+emote_right = 470, 438, 17, 17
; Emote dropdown/emote names - Change '125' to make it longer/shorter and
; display the full emote name or truncate it based on length
@@ -234,3 +234,10 @@ area_rp_color = 200, 52, 252
area_gaming_color = 55, 255, 255
area_locked_color = 165, 43, 43
+; These two are casing-related inputs.
+; "casing" is a tickbox that toggles whether you should receive case alerts or
+; not (you can set your preferences, and its default value, in the Settings!)
+; "casing_button" is an interface to help you announce a case (you have to be
+; a CM first to be able to announce cases).
+casing = 200, 560, 80, 21
+casing_button = 173, 637, 60, 23 \ No newline at end of file