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 | |
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')
-rw-r--r-- | assets/opensb/interface.config.patch | 10 | ||||
-rw-r--r-- | assets/opensb/interface/chat/chat.config.patch | 4 | ||||
-rw-r--r-- | assets/opensb/interface/windowconfig/chatbubbles.config.patch | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/assets/opensb/interface.config.patch b/assets/opensb/interface.config.patch index 47076b2..e1ee5b7 100644 --- a/assets/opensb/interface.config.patch +++ b/assets/opensb/interface.config.patch @@ -6,9 +6,9 @@ }, "nametag" : { "showMasterNames" : true, - // border is double here as it otherwise fades out near the end + // outline is double here as it otherwise fades out near the end // (could just the end to opaque too, but then diagonals are more jaggy) - "textStyle" : { "backDirectives" : "border=1;222;2224?border=1;222;2224" }, + "textStyle" : { "backDirectives" : "border=1;fff;fff4?border=1;fff;fff4?multiply=222" }, "inspectOpacityRate" : 0.15, "movementThreshold" : 0.5, "offset" : [0, 13] @@ -24,7 +24,7 @@ "paneTextStyle" : {}, "textBoxTextStyle" : {}, "itemSlotTextStyle" : { - "backDirectives" : "border=1;444;4444" + "backDirectives" : "border=1;fff;fff4?multiply=444" }, "teamBarNameStyle" : {}, "cursorTooltip" : { "textStyle" : {} }, @@ -32,7 +32,7 @@ "debugTextStyle" : { "font" : "iosevka-semibold", "fontSize" : 7, - "backDirectives" : "border=1;333a;3334" + "backDirectives" : "border=1;fff;fff7?multiply=333a" }, "debugSpatialClearTime" : 0.0, "debugOffset" : [80, 130], @@ -40,7 +40,7 @@ // Change planet name to support the new internal string formatting. "planetNameFormatString" : "- {} -", "planetTextStyle" : { - "backDirectives" : "border=6;000;000", + "backDirectives" : "border=5;fff;fff?border=1;fff;fff7?multiply=000", "fontSize" : 24 }, 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 |