Add support for consecutive skips

This commit is contained in:
Dean Herbert
2019-11-21 18:57:19 +09:00
parent 59590c07ec
commit 46a94821d4
4 changed files with 65 additions and 23 deletions

View File

@ -203,7 +203,7 @@ namespace osu.Game.Screens.Play
},
new SkipOverlay(DrawableRuleset.GameplayStartTime)
{
RequestSeek = GameplayClockContainer.Seek
RequestSkip = GameplayClockContainer.Skip
},
FailOverlay = new FailOverlay
{