diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-24 07:44:53 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-24 07:44:53 +1000 |
commit | d0f8aec244a0d71f67863f94cab4c5f84d93de22 (patch) | |
tree | a8e69fa28b7841d942e7e5f994518a69916c45c8 /assets/opensb/interface | |
parent | 6ac139321b2a03d71192f852ff958cf6176e1c2d (diff) |
feat: unicode emoji support + other stuff
Diffstat (limited to 'assets/opensb/interface')
-rw-r--r-- | assets/opensb/interface/chat/chat.config.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/opensb/interface/chat/chat.config.patch b/assets/opensb/interface/chat/chat.config.patch index d71b88d..afdc3f8 100644 --- a/assets/opensb/interface/chat/chat.config.patch +++ b/assets/opensb/interface/chat/chat.config.patch @@ -2,7 +2,8 @@ "config" : { "lineHeight" : 1, "padding" : [1, 1], - "textStyle" : { "backDirectives" : "?border=1;111a;1114" }, + "textStyle" : { "backDirectives" : "border=1;111a;1117" }, + "chatFormatString" : "^backdirectives=border=1=333=3337;<^backdirectives=border=1=333=3330?border=1=333=3337,white;{}^reset,backdirectives=border=1=333=3337;>^reset,#eee; {}", "colors" : { "local" : "^white;", "party" : "^blue;", |