mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 10:30:16 +08:00
Adjust song select debounce upwards slightly
I still think it can probably go higher. Just going to do this in small increments until people complain / notice.
This commit is contained in:
@@ -65,7 +65,7 @@ namespace osu.Game.Screens.SelectV2
|
||||
{
|
||||
// this is intentionally slightly higher than key repeat, but low enough to not impede user experience.
|
||||
// this avoids rapid churn loading when iterating the carousel using keyboard.
|
||||
public const int SELECTION_DEBOUNCE = 100;
|
||||
public const int SELECTION_DEBOUNCE = 150;
|
||||
|
||||
private const float logo_scale = 0.4f;
|
||||
private const double fade_duration = 300;
|
||||
|
||||
Reference in New Issue
Block a user