Skip to content

Commit ba5c09e

Browse files
committed
Adjust bold text spacing
1 parent 13b9443 commit ba5c09e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BeatSaberMarkupLanguage/Plugin.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ private void ProcessFont(TMP_FontAsset fontAsset, bool monochrome)
9393
fontAsset.fallbackFontAssetTable.AddRange(FontManager.CreateFallbackFonts(FontNamesToLoad, monochrome));
9494

9595
// default bold spacing is rather w i d e
96-
fontAsset.boldSpacing = 2.2f;
96+
// 2 seems to match the spacing of the MISS text in-game
97+
fontAsset.boldSpacing = 2f;
9798
}
9899
}
99100
}

0 commit comments

Comments
 (0)