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