mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 20:47:26 +08:00
Reduce duck length slightly on toolbar ruleset selector
This commit is contained in:
parent
4528daf7fa
commit
ec4623d49f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user