mirror of
https://github.com/ppy/osu
synced 2025-01-07 06:40:05 +00:00
Don't scale big pop out as much
This commit is contained in:
parent
265b2111ef
commit
e3289bb080
@ -70,7 +70,7 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
|
|
||||||
Margin = new MarginPadding(10);
|
Margin = new MarginPadding(10);
|
||||||
|
|
||||||
Scale = new Vector2(1.3f);
|
Scale = new Vector2(1.28f);
|
||||||
|
|
||||||
InternalChildren = new[]
|
InternalChildren = new[]
|
||||||
{
|
{
|
||||||
@ -184,7 +184,7 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
{
|
{
|
||||||
((IHasText)popOutCount).Text = formatCount(newValue);
|
((IHasText)popOutCount).Text = formatCount(newValue);
|
||||||
|
|
||||||
popOutCount.ScaleTo(1.6f);
|
popOutCount.ScaleTo(1.56f);
|
||||||
popOutCount.FadeTo(0.6f);
|
popOutCount.FadeTo(0.6f);
|
||||||
|
|
||||||
popOutCount.ScaleTo(1, big_pop_out_duration);
|
popOutCount.ScaleTo(1, big_pop_out_duration);
|
||||||
|
Loading…
Reference in New Issue
Block a user