mirror of
https://github.com/ppy/osu
synced 2025-01-07 06:40:05 +00:00
Restructure transforms slightly
This commit is contained in:
parent
caf641e1ab
commit
8948bcce19
@ -184,11 +184,11 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
{
|
{
|
||||||
((IHasText)popOutCount).Text = formatCount(newValue);
|
((IHasText)popOutCount).Text = formatCount(newValue);
|
||||||
|
|
||||||
popOutCount.ScaleTo(1.56f);
|
popOutCount.ScaleTo(1.56f)
|
||||||
popOutCount.FadeTo(0.6f);
|
.ScaleTo(1, big_pop_out_duration);
|
||||||
|
|
||||||
popOutCount.ScaleTo(1, big_pop_out_duration);
|
popOutCount.FadeTo(0.6f)
|
||||||
popOutCount.FadeOut(big_pop_out_duration);
|
.FadeOut(big_pop_out_duration);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void transformNoPopOut(int newValue)
|
private void transformNoPopOut(int newValue)
|
||||||
|
Loading…
Reference in New Issue
Block a user