mirror of https://github.com/ppy/osu
Also set additive mode to match stable
This commit is contained in:
parent
3e4dfdb675
commit
503f29609a
|
@ -88,6 +88,7 @@ private void load()
|
|||
{
|
||||
s.Alpha = 0;
|
||||
s.Margin = new MarginPadding(0.05f);
|
||||
s.Blending = BlendingParameters.Additive;
|
||||
}),
|
||||
displayedCountSpriteText = createSpriteText().With(s =>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue