We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b9443 commit ba5c09eCopy full SHA for ba5c09e
BeatSaberMarkupLanguage/Plugin.cs
@@ -93,7 +93,8 @@ private void ProcessFont(TMP_FontAsset fontAsset, bool monochrome)
93
fontAsset.fallbackFontAssetTable.AddRange(FontManager.CreateFallbackFonts(FontNamesToLoad, monochrome));
94
95
// default bold spacing is rather w i d e
96
- fontAsset.boldSpacing = 2.2f;
+ // 2 seems to match the spacing of the MISS text in-game
97
+ fontAsset.boldSpacing = 2f;
98
}
99
100
0 commit comments