diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-23 13:27:57 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-23 13:27:57 +1000 |
commit | dd677772382c3f63a5f2d331c6227e135e01db3c (patch) | |
tree | 90c9f3728c64438c5127d1b9699430eaf004c903 /assets/opensb/interface | |
parent | c24fc5aeaf0e94bc6148c6d1bfd7a5643affc808 (diff) |
Fix text after an unclosed ^ tag not wrapping
Diffstat (limited to 'assets/opensb/interface')
-rw-r--r-- | assets/opensb/interface/windowconfig/chatbubbles.config.patch | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/assets/opensb/interface/windowconfig/chatbubbles.config.patch b/assets/opensb/interface/windowconfig/chatbubbles.config.patch index 3c0fda8..c1773f6 100644 --- a/assets/opensb/interface/windowconfig/chatbubbles.config.patch +++ b/assets/opensb/interface/windowconfig/chatbubbles.config.patch @@ -1,7 +1,5 @@ { "movementThreshold" : 0.5, "bubbleOffset" : [0, 1.875], - "textStyle" : { - "backDirectives" : "?border=1;000a;0000?border=1;000a;0004" - } + "textStyle" : { "backDirectives" : "?border=1;111;1110?border=1;111;1117" } }
\ No newline at end of file |