mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Update overlay containers in lines with framework changes.
Allows closing the MusicController using escape.
This commit is contained in:
@ -24,6 +24,10 @@ namespace osu.Game.Overlays.Toolbar
|
||||
private ToolbarModeSelector modeSelector;
|
||||
private ToolbarUserArea userArea;
|
||||
|
||||
protected override bool HideOnEscape => false;
|
||||
|
||||
protected override bool BlockPassThroughInput => false;
|
||||
|
||||
private const int transition_time = 500;
|
||||
|
||||
private const float alpha_hovering = 0.8f;
|
||||
|
Reference in New Issue
Block a user