From b373d78143838d797b808665087fea78768e50a8 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 22 Jan 2019 09:47:51 +0900 Subject: [PATCH] Add slight easing --- osu.Game/Screens/Play/HUDOverlay.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osu.Game/Screens/Play/HUDOverlay.cs b/osu.Game/Screens/Play/HUDOverlay.cs index 963ae19b46..dac05c23b1 100644 --- a/osu.Game/Screens/Play/HUDOverlay.cs +++ b/osu.Game/Screens/Play/HUDOverlay.cs @@ -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(),