mirror of
https://github.com/ppy/osu.git
synced 2025-01-22 16:32:55 +08:00
Increase idle time before gameplay loads when hovering controls
This commit is contained in:
parent
5ce230b85a
commit
2ae8c36d17
@ -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"))
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user