mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +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(1.4f);
|
||||||
this.ScaleTo(1f, 150, Easing.Out);
|
this.ScaleTo(1f, 150, Easing.Out);
|
||||||
|
|
||||||
this.FadeOutFromOne(400);
|
this.FadeOutFromOne(600);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Drawable? GetAboveHitObjectsProxiedContent() => piece.CreateProxy();
|
public Drawable? GetAboveHitObjectsProxiedContent() => piece.CreateProxy();
|
||||||
|
@ -44,7 +44,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Default
|
|||||||
this.ScaleTo(1.4f);
|
this.ScaleTo(1.4f);
|
||||||
this.ScaleTo(1f, 150, Easing.Out);
|
this.ScaleTo(1f, 150, Easing.Out);
|
||||||
|
|
||||||
this.FadeOutFromOne(400);
|
this.FadeOutFromOne(600);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Drawable? GetAboveHitObjectsProxiedContent() => piece.CreateProxy();
|
public Drawable? GetAboveHitObjectsProxiedContent() => piece.CreateProxy();
|
||||||
|
@ -62,7 +62,7 @@ namespace osu.Game.Skinning
|
|||||||
this.ScaleTo(1.2f);
|
this.ScaleTo(1.2f);
|
||||||
this.ScaleTo(1f, 100, Easing.In);
|
this.ScaleTo(1f, 100, Easing.In);
|
||||||
|
|
||||||
this.FadeOutFromOne(400);
|
this.Delay(fade_out_delay / 2).FadeOut(fade_out_length);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user