mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 17:52:56 +08:00
Also set additive mode to match stable
This commit is contained in:
parent
3e4dfdb675
commit
503f29609a
@ -88,6 +88,7 @@ namespace osu.Game.Screens.Play.HUD
|
||||
{
|
||||
s.Alpha = 0;
|
||||
s.Margin = new MarginPadding(0.05f);
|
||||
s.Blending = BlendingParameters.Additive;
|
||||
}),
|
||||
displayedCountSpriteText = createSpriteText().With(s =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user