slider border thickness

This commit is contained in:
Santeri Nogelainen
2019-03-14 21:57:39 +02:00
parent bbf42fdd00
commit 92595e43f6
4 changed files with 40 additions and 2 deletions

View File

@ -25,6 +25,8 @@ namespace osu.Game.Skinning
public int HitCircleOverlap { get; set; }
public int? SliderBorderSize { get; set; }
public bool? CursorExpand { get; set; } = true;
}
}