Adjusted the fade time of the pause overlay, put a fill behind the colour of PauseButton to fix an issue where the background gray is visible when the pause overlay is fading out

This commit is contained in:
DrabWeb
2017-01-28 21:50:06 -04:00
parent d0a22bfdd4
commit c75b234b1a
2 changed files with 21 additions and 13 deletions

View File

@ -15,7 +15,7 @@ namespace osu.Game.Overlays.Pause
{
public class PauseOverlay : OverlayContainer
{
private int fadeDuration = 100;
private int fadeDuration = 200;
public Action OnResume;
public Action OnRetry;