1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 02:13:39 +08:00

Merge pull request #643 from peppy/general-fixes

Updates in-line with framework.
This commit is contained in:
Dean Herbert
2017-04-18 16:34:34 +09:00
committed by GitHub
Unverified
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ namespace osu.Game.Overlays.Toolbar
protected override bool HideOnEscape => false;
protected override bool BlockPassThroughInput => false;
protected override bool BlockPassThroughMouse => false;
private const double transition_time = 500;
+2
View File
@@ -25,6 +25,8 @@ namespace osu.Game.Screens.Play
protected override bool HideOnEscape => false;
protected override bool BlockPassThroughKeyboard => true;
public Action OnRetry;
public Action OnQuit;
+1 -1
View File
@@ -47,7 +47,7 @@ namespace osu.Game.Screens.Select
protected override bool HideOnEscape => false;
protected override bool BlockPassThroughInput => false;
protected override bool BlockPassThroughMouse => false;
protected override void PopIn()
{