diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-25 16:10:57 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-25 16:10:57 +1000 |
commit | e2424b7dcf60d18b277b092eb7f2a947fff27415 (patch) | |
tree | 1887d34419f16a6720405182d16829a97463e6df /assets/opensb/interface.config.patch | |
parent | f7d5ff8debbbc1d80e8cd892d1184cb5aeb5bca4 (diff) |
Fix up new Object directives handling, more directives rendering improvements, fix chat bubbles and nametags only moving every 2px
Diffstat (limited to 'assets/opensb/interface.config.patch')
-rw-r--r-- | assets/opensb/interface.config.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/opensb/interface.config.patch b/assets/opensb/interface.config.patch index 1048500..eb33cb8 100644 --- a/assets/opensb/interface.config.patch +++ b/assets/opensb/interface.config.patch @@ -1,8 +1,9 @@ { "nametag" : { "showMasterNames" : true, - "fontDirectives" : "?border=2;444;4440", - "inspectOpacityRate" : 0.15 + "fontDirectives" : "?border=1;222;2220", + "inspectOpacityRate" : 0.15, + "movementThreshold" : 0.5 }, "font" : { "defaultDirectives" : "", |