mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 13:57:26 +08:00
Adjust slider tick / end misses to show slightly longer
This commit is contained in:
parent
696ecda398
commit
ebf637bd3c
@ -43,7 +43,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Argon
|
||||
this.ScaleTo(1.4f);
|
||||
this.ScaleTo(1f, 150, Easing.Out);
|
||||
|
||||
this.FadeOutFromOne(400);
|
||||
this.FadeOutFromOne(600);
|
||||
}
|
||||
|
||||
public Drawable? GetAboveHitObjectsProxiedContent() => piece.CreateProxy();
|
||||
|
@ -44,7 +44,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Default
|
||||
this.ScaleTo(1.4f);
|
||||
this.ScaleTo(1f, 150, Easing.Out);
|
||||
|
||||
this.FadeOutFromOne(400);
|
||||
this.FadeOutFromOne(600);
|
||||
}
|
||||
|
||||
public Drawable? GetAboveHitObjectsProxiedContent() => piece.CreateProxy();
|
||||
|
@ -62,7 +62,7 @@ namespace osu.Game.Skinning
|
||||
this.ScaleTo(1.2f);
|
||||
this.ScaleTo(1f, 100, Easing.In);
|
||||
|
||||
this.FadeOutFromOne(400);
|
||||
this.Delay(fade_out_delay / 2).FadeOut(fade_out_length);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user