mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Add setting to adjust hold-to-confirm activation time
This commit is contained in:
@ -112,6 +112,8 @@ namespace osu.Game.Configuration
|
||||
|
||||
Set(OsuSetting.UIScale, 1f, 0.8f, 1.6f, 0.01f);
|
||||
|
||||
Set(OsuSetting.UIHoldActivationDelay, 200, 0, 500);
|
||||
|
||||
Set(OsuSetting.IntroSequence, IntroSequence.Triangles);
|
||||
}
|
||||
|
||||
@ -180,6 +182,7 @@ namespace osu.Game.Configuration
|
||||
ScalingSizeX,
|
||||
ScalingSizeY,
|
||||
UIScale,
|
||||
IntroSequence
|
||||
IntroSequence,
|
||||
UIHoldActivationDelay
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user