mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Added bindable to adjust playback speed
This commit is contained in:
@ -70,6 +70,7 @@ namespace osu.Game.Configuration
|
||||
Set(OsuSetting.KeyOverlay, false);
|
||||
|
||||
Set(OsuSetting.FloatingComments, false);
|
||||
Set(OsuSetting.PlaybackSpeed, 1.0, 0.5f, 2);
|
||||
|
||||
// Update
|
||||
|
||||
@ -91,6 +92,7 @@ namespace osu.Game.Configuration
|
||||
DimLevel,
|
||||
KeyOverlay,
|
||||
FloatingComments,
|
||||
PlaybackSpeed,
|
||||
ShowInterface,
|
||||
MouseDisableButtons,
|
||||
MouseDisableWheel,
|
||||
|
Reference in New Issue
Block a user