mirror of
https://github.com/ppy/osu.git
synced 2025-03-22 14:27:46 +08:00
Move "argon" skin judgement text in front of hitobjects
This commit is contained in:
parent
ebc1088457
commit
dd372c4d19
@ -98,7 +98,7 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
|
||||
ringExplosion?.PlayAnimation();
|
||||
}
|
||||
|
||||
public Drawable? GetAboveHitObjectsProxiedContent() => null;
|
||||
public Drawable? GetAboveHitObjectsProxiedContent() => JudgementText;
|
||||
|
||||
private class RingExplosion : CompositeDrawable
|
||||
{
|
||||
|
@ -75,6 +75,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Argon
|
||||
{
|
||||
default:
|
||||
JudgementText
|
||||
.FadeInFromZero(300, Easing.OutQuint)
|
||||
.ScaleTo(Vector2.One)
|
||||
.ScaleTo(new Vector2(1.2f), 1800, Easing.OutQuint);
|
||||
break;
|
||||
@ -96,7 +97,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Argon
|
||||
ringExplosion?.PlayAnimation();
|
||||
}
|
||||
|
||||
public Drawable? GetAboveHitObjectsProxiedContent() => null;
|
||||
public Drawable? GetAboveHitObjectsProxiedContent() => JudgementText.CreateProxy();
|
||||
|
||||
private class RingExplosion : CompositeDrawable
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user