diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-24 16:29:51 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-24 16:29:51 +1000 |
commit | 6f7e2bbb83d518c8df06966d71e83a23ed5dfefd (patch) | |
tree | 1cdacfaaa834f841a43d63a480b214b34b97545c /assets/opensb/interface | |
parent | f58702683fda7d9b6c26548b1cf7e2382f958893 (diff) |
slight font directives changes
invalid font directives stopped checkerboarding the glyph texture at some point, fixed that too
Diffstat (limited to 'assets/opensb/interface')
-rw-r--r-- | assets/opensb/interface/chat/chat.config.patch | 4 | ||||
-rw-r--r-- | assets/opensb/interface/windowconfig/chatbubbles.config.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/assets/opensb/interface/chat/chat.config.patch b/assets/opensb/interface/chat/chat.config.patch index afdc3f8..77ce454 100644 --- a/assets/opensb/interface/chat/chat.config.patch +++ b/assets/opensb/interface/chat/chat.config.patch @@ -2,8 +2,8 @@ "config" : { "lineHeight" : 1, "padding" : [1, 1], - "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; {}", + "textStyle" : { "backDirectives" : "border=1;fff;fff7?multiply=111a" }, + "chatFormatString" : "^backdirectives=border=1=fff=fff7?multiply=333;<^backdirectives=border=1=fff=fff0?border=1=fff=fff7?multiply=333,white;{}^reset,backdirectives=border=1=fff=fff7?multiply=333;>^reset,#eee; {}", "colors" : { "local" : "^white;", "party" : "^blue;", diff --git a/assets/opensb/interface/windowconfig/chatbubbles.config.patch b/assets/opensb/interface/windowconfig/chatbubbles.config.patch index c1773f6..a402a14 100644 --- a/assets/opensb/interface/windowconfig/chatbubbles.config.patch +++ b/assets/opensb/interface/windowconfig/chatbubbles.config.patch @@ -1,5 +1,5 @@ { "movementThreshold" : 0.5, "bubbleOffset" : [0, 1.875], - "textStyle" : { "backDirectives" : "?border=1;111;1110?border=1;111;1117" } + "textStyle" : { "backDirectives" : "border=1;fff;fff0?border=1;fff;fff7?multiply=111" } }
\ No newline at end of file |