mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 03:49:55 +08:00
Reduce duck length slightly on toolbar ruleset selector
This commit is contained in:
@@ -122,7 +122,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
|
||||
rulesetSelectionChannel[r.NewValue] = channel;
|
||||
channel.Play();
|
||||
musicController?.DuckMomentarily(600);
|
||||
musicController?.DuckMomentarily(500);
|
||||
}
|
||||
|
||||
public override bool HandleNonPositionalInput => !Current.Disabled && base.HandleNonPositionalInput;
|
||||
|
||||
Reference in New Issue
Block a user