1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-10 05:08:36 +08:00

Merge pull request #30602 from peppy/increase-idle-time

Increase idle time before gameplay loads when hovering controls
This commit is contained in:
Dan Balasescu 2024-11-13 21:21:23 +09:00 committed by GitHub
commit 85d292ae57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -224,7 +224,7 @@ namespace osu.Game.Screens.Play
}
},
},
idleTracker = new IdleTracker(750),
idleTracker = new IdleTracker(1500),
sampleRestart = new SkinnableSound(new SampleInfo(@"Gameplay/restart", @"pause-retry-click"))
};