mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Speed up the fade of the HUD a touch
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user