diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-03 14:21:51 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-03 14:21:51 +1000 |
commit | d018957b098f00536d0d7641e13aaf1ebddf2238 (patch) | |
tree | 0a739eb78c402dd261e06381f77c822c607922ad /assets/opensb/interface.config.patch | |
parent | 069d61e487947a8be38f6a3db52695db94fd306e (diff) |
Fix font glyph generation to work correctly with other fonts
Diffstat (limited to 'assets/opensb/interface.config.patch')
-rw-r--r-- | assets/opensb/interface.config.patch | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/assets/opensb/interface.config.patch b/assets/opensb/interface.config.patch index 020fdba..dd764bb 100644 --- a/assets/opensb/interface.config.patch +++ b/assets/opensb/interface.config.patch @@ -13,7 +13,10 @@ "cursorTooltip" : { "font" : "" }, - "debugFont" : "", + + "debugFont" : "mono-b", + "debugFontSize" : 6, + "debugFontDirectives" : "?border=1;0007;0000", // Change planet name to support the new internal string formatting. "planetNameFormatString" : "- {} -", @@ -24,5 +27,5 @@ "buttonHoverOffSound" : [ "/sfx/interface/button/hover_off.wav" ], "debugSpatialClearTime" : 0.0, - "debugOffset" : [64, 100] + "debugOffset" : [80, 80] }
\ No newline at end of file |