diff options
author | SilverSokolova <80606782+SilverSokolova@users.noreply.github.com> | 2024-03-16 00:21:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-16 00:21:57 -0500 |
commit | f92f3652bf25230e2ffb0c83e447c434c296d2dc (patch) | |
tree | 030090d7b0460a83fd815d9986d256f97c601d2d /assets/opensb/interface.config.patch | |
parent | 8c2cca2bd038c6e81c510c6151c2741dcb836d0b (diff) |
move debug menu down to not overlap buffs
Diffstat (limited to 'assets/opensb/interface.config.patch')
-rw-r--r-- | assets/opensb/interface.config.patch | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/assets/opensb/interface.config.patch b/assets/opensb/interface.config.patch index 3e2fc77..5e71a20 100644 --- a/assets/opensb/interface.config.patch +++ b/assets/opensb/interface.config.patch @@ -17,6 +17,8 @@ "debugFont" : "iosevka-semibold", "debugFontSize" : 7, "debugFontDirectives" : "?border=1;111a;1114", + "debugSpatialClearTime" : 0.0, + "debugOffset" : [80, 130], // Change planet name to support the new internal string formatting. "planetNameFormatString" : "- {} -", @@ -25,8 +27,5 @@ "buttonClickSound" : [ "/sfx/interface/button/click.wav" ], "buttonReleaseSound" : [ "/sfx/interface/button/release.wav" ], "buttonHoverSound" : [ "/sfx/interface/button/hover.wav" ], - "buttonHoverOffSound" : [ "/sfx/interface/button/hover_off.wav" ], - - "debugSpatialClearTime" : 0.0, - "debugOffset" : [80, 80] -}
\ No newline at end of file + "buttonHoverOffSound" : [ "/sfx/interface/button/hover_off.wav" ] +} |