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:
commit
85d292ae57
@ -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…
x
Reference in New Issue
Block a user