mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 14:42:56 +08:00
Merge pull request #11977 from Joehuu/fix-legacy-combo-counter-depth
This commit is contained in:
commit
418f33dc17
@ -84,14 +84,15 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
{
|
{
|
||||||
InternalChildren = new[]
|
InternalChildren = new[]
|
||||||
{
|
{
|
||||||
displayedCountSpriteText = createSpriteText().With(s =>
|
|
||||||
{
|
|
||||||
s.Alpha = 0;
|
|
||||||
}),
|
|
||||||
popOutCount = createSpriteText().With(s =>
|
popOutCount = createSpriteText().With(s =>
|
||||||
{
|
{
|
||||||
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 =>
|
||||||
|
{
|
||||||
|
s.Alpha = 0;
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user