Add slight easing

This commit is contained in:
Dean Herbert 2019-01-22 09:47:51 +09:00
parent 25b5bbcd8f
commit b373d78143
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ public HUDOverlay(ScoreProcessor scoreProcessor, RulesetContainer rulesetContain
Origin = Anchor.TopCentre,
Y = 30,
AutoSizeAxes = Axes.Both,
AutoSizeDuration = 200,
AutoSizeEasing = Easing.Out,
Children = new Drawable[] {
AccuracyCounter = CreateAccuracyCounter(),
ScoreCounter = CreateScoreCounter(),