mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 11:53:21 +08: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]
|
[Cached]
|
||||||
public class HUDOverlay : Container, IKeyBindingHandler<GlobalAction>
|
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>
|
/// <summary>
|
||||||
/// The total height of all the top of screen scoring elements.
|
/// The total height of all the top of screen scoring elements.
|
||||||
|
Loading…
Reference in New Issue
Block a user