1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 06:37:43 +08:00

Increase idle time before gameplay loads when hovering controls

This commit is contained in:
Dean Herbert 2024-11-13 17:39:21 +09:00
parent 5ce230b85a
commit 2ae8c36d17
No known key found for this signature in database

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"))
};