mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 15:40:31 +08:00
Increase idle time before gameplay loads when hovering controls
This commit is contained in:
@@ -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"))
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user