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:
parent
25b5bbcd8f
commit
b373d78143
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user