mirror of
https://github.com/ppy/osu
synced 2025-01-20 21:10:49 +00:00
Speed up the fade of the HUD a touch
This commit is contained in:
parent
65a1270f9a
commit
6044083cf7
@ -24,9 +24,9 @@ namespace osu.Game.Screens.Play
|
||||
[Cached]
|
||||
public class HUDOverlay : Container, IKeyBindingHandler<GlobalAction>
|
||||
{
|
||||
public const float FADE_DURATION = 400;
|
||||
public const float FADE_DURATION = 300;
|
||||
|
||||
public const Easing FADE_EASING = Easing.Out;
|
||||
public const Easing FADE_EASING = Easing.OutQuint;
|
||||
|
||||
/// <summary>
|
||||
/// The total height of all the top of screen scoring elements.
|
||||
|
Loading…
Reference in New Issue
Block a user