diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-27 00:42:07 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-27 00:42:07 +1000 |
commit | 63b68b3a55a11b32b07e7b8bdbf3760722d5e7f9 (patch) | |
tree | a6e9f0b6005d20fe69a00e1a585502c7b73461cd /assets/opensb/interface.config.patch | |
parent | 94c84ad01333850b88091f2c188e4f6173fd25e7 (diff) |
Nameplate and chat bubble improvements
They should stack much better now. I also hooked up the true mouth position to the name-tag, but it's too shaky on chat bubbles.
Diffstat (limited to 'assets/opensb/interface.config.patch')
-rw-r--r-- | assets/opensb/interface.config.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/opensb/interface.config.patch b/assets/opensb/interface.config.patch index eb33cb8..c76c812 100644 --- a/assets/opensb/interface.config.patch +++ b/assets/opensb/interface.config.patch @@ -3,7 +3,8 @@ "showMasterNames" : true, "fontDirectives" : "?border=1;222;2220", "inspectOpacityRate" : 0.15, - "movementThreshold" : 0.5 + "movementThreshold" : 0.5, + "offset" : [0, 13] }, "font" : { "defaultDirectives" : "", |