Merge pull request #16576 from frenzibyte/osu-distance-spacing

Add "distance spacing" support in editor for osu! ruleset
This commit is contained in:
Dean Herbert
2022-05-03 12:15:18 +09:00
committed by GitHub
24 changed files with 296 additions and 153 deletions

View File

@ -24,7 +24,7 @@ namespace osu.Game.Overlays.Settings.Sections.UserInterface
LabelText = UserInterfaceStrings.CursorRotation,
Current = config.GetBindable<bool>(OsuSetting.CursorRotation)
},
new SettingsSlider<float, SizeSlider>
new SettingsSlider<float, SizeSlider<float>>
{
LabelText = UserInterfaceStrings.MenuCursorSize,
Current = config.GetBindable<float>(OsuSetting.MenuCursorSize),