mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:12:57 +08:00
Shorten fade duration to make fade out snappier
This commit is contained in:
parent
e101ba5cba
commit
85e14f3f0c
@ -16,6 +16,7 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
public class EpilepsyWarning : VisibilityContainer
|
||||
{
|
||||
public const double FADE_DURATION = 250;
|
||||
|
||||
public EpilepsyWarning()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user