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.config.patch | |
parent | 6ac139321b2a03d71192f852ff958cf6176e1c2d (diff) |
feat: unicode emoji support + other stuff
Diffstat (limited to 'assets/opensb/interface.config.patch')
-rw-r--r-- | assets/opensb/interface.config.patch | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/assets/opensb/interface.config.patch b/assets/opensb/interface.config.patch index d798609..47076b2 100644 --- a/assets/opensb/interface.config.patch +++ b/assets/opensb/interface.config.patch @@ -1,9 +1,14 @@ { + "font" : { + "defaultFont" : "hobo", + "fallbackFont" : "unifont", + "emojiFont" : "twemoji" + }, "nametag" : { "showMasterNames" : true, // border 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;222;2224?border=1;222;2224" }, "inspectOpacityRate" : 0.15, "movementThreshold" : 0.5, "offset" : [0, 13] @@ -19,7 +24,7 @@ "paneTextStyle" : {}, "textBoxTextStyle" : {}, "itemSlotTextStyle" : { - "backDirectives" : "?border=1;444;4444" + "backDirectives" : "border=1;444;4444" }, "teamBarNameStyle" : {}, "cursorTooltip" : { "textStyle" : {} }, @@ -27,7 +32,7 @@ "debugTextStyle" : { "font" : "iosevka-semibold", "fontSize" : 7, - "backDirectives" : "?border=2;111a;1114" + "backDirectives" : "border=1;333a;3334" }, "debugSpatialClearTime" : 0.0, "debugOffset" : [80, 130], @@ -35,7 +40,7 @@ // Change planet name to support the new internal string formatting. "planetNameFormatString" : "- {} -", "planetTextStyle" : { - "backDirectives" : "?border=6;000;000", + "backDirectives" : "border=6;000;000", "fontSize" : 24 }, |