mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 04:13:00 +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 duration = wasMiss ? 2000 : 300;
|
||||
float duration = wasMiss ? 2000 : 500;
|
||||
|
||||
text.NumberContainer
|
||||
.ScaleTo(new Vector2(newScale))
|
||||
|
Loading…
Reference in New Issue
Block a user