1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 18:42:56 +08:00

Add slight easing

This commit is contained in:
Dean Herbert 2019-01-22 09:47:51 +09:00
parent 25b5bbcd8f
commit b373d78143

View File

@ -55,6 +55,8 @@ namespace osu.Game.Screens.Play
Origin = Anchor.TopCentre,
Y = 30,
AutoSizeAxes = Axes.Both,
AutoSizeDuration = 200,
AutoSizeEasing = Easing.Out,
Children = new Drawable[] {
AccuracyCounter = CreateAccuracyCounter(),
ScoreCounter = CreateScoreCounter(),