diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-08-02 19:29:21 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-08-02 19:29:21 +1000 |
commit | 994c533a0f7b4aa1a1530405505a53546252e1d1 (patch) | |
tree | 3e190174ef93a35f53b842c61098544df8216356 /assets/opensb/interface.config.patch | |
parent | 856e93be3f1a443db2679ad7db9f6890a9b4d936 (diff) |
Improve planet name title
They began showing during the warp cinematic and their fade-out timing was wrong.
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 a6f5d89..3e2fc77 100644 --- a/assets/opensb/interface.config.patch +++ b/assets/opensb/interface.config.patch @@ -20,7 +20,8 @@ // Change planet name to support the new internal string formatting. "planetNameFormatString" : "- {} -", - + "planetNameDirectives" : "?border=4;000;000", + "buttonClickSound" : [ "/sfx/interface/button/click.wav" ], "buttonReleaseSound" : [ "/sfx/interface/button/release.wav" ], "buttonHoverSound" : [ "/sfx/interface/button/hover.wav" ], |