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.config.patch | |
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.config.patch')
-rw-r--r-- | assets/opensb/interface.config.patch | 10 |
1 files changed, 5 insertions, 5 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 }, |