1
0
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:
Dean Herbert 2024-07-05 13:51:29 +09:00
parent 4528daf7fa
commit ec4623d49f
No known key found for this signature in database

View File

@ -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;