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

@ -19,7 +19,7 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
{
Children = new Drawable[]
{
new SettingsSlider<float, SizeSlider>
new SettingsSlider<float, SizeSlider<float>>
{
LabelText = SkinSettingsStrings.GameplayCursorSize,
Current = config.GetBindable<float>(OsuSetting.GameplayCursorSize),