mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:02:53 +08:00
99e590c8dd
stable's `pSpriteText` has a `TextConstantSpacing` flag, that is selectively enabled for some usages. In particular, these are: - mania combo counter (not yet implemented) - taiko combo counter (not yet implemented) - score counter - accuracy counter - scoreboard entries (not yet implemented) Everything else uses non-fixed-width fonts. Hilariously, `LegacySpinner` _tried_ to account for this by changing `Font` to have `fixedWidth: false` specified, only to fail to notice that `LegacySpriteText` changes `Font` in its BDL, making the property set do precisely nothing. For this reason, attempting to set `Font` on a `LegacySpriteText` will now throw. |
||
---|---|---|
.. | ||
LegacyApproachCircle.cs | ||
LegacyCursor.cs | ||
LegacyCursorParticles.cs | ||
LegacyCursorTrail.cs | ||
LegacyFollowCircle.cs | ||
LegacyMainCirclePiece.cs | ||
LegacyNewStyleSpinner.cs | ||
LegacyOldStyleSpinner.cs | ||
LegacyReverseArrow.cs | ||
LegacySliderBall.cs | ||
LegacySliderBody.cs | ||
LegacySliderHeadHitCircle.cs | ||
LegacySmokeSegment.cs | ||
LegacySpinner.cs | ||
OsuLegacySkinTransformer.cs |