mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 17:32:54 +08:00
Adjust combo animation slightly
This commit is contained in:
parent
67312a2db9
commit
a02aeed50a
@ -40,7 +40,7 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
|
|
||||||
float newScale = Math.Clamp(text.NumberContainer.Scale.X * (wasIncrease ? 1.1f : 0.8f), 0.6f, 1.4f);
|
float newScale = Math.Clamp(text.NumberContainer.Scale.X * (wasIncrease ? 1.1f : 0.8f), 0.6f, 1.4f);
|
||||||
|
|
||||||
float duration = wasMiss ? 2000 : 300;
|
float duration = wasMiss ? 2000 : 500;
|
||||||
|
|
||||||
text.NumberContainer
|
text.NumberContainer
|
||||||
.ScaleTo(new Vector2(newScale))
|
.ScaleTo(new Vector2(newScale))
|
||||||
|
Loading…
Reference in New Issue
Block a user