Add toggle for distance snap

This commit is contained in:
Dean Herbert
2020-09-09 19:14:28 +09:00
parent d3957e6155
commit fb2aced3ac
3 changed files with 32 additions and 3 deletions

View File

@ -8,8 +8,8 @@ namespace osu.Game.Rulesets.Edit
{
public class ToolboxGroup : PlayerSettingsGroup
{
public ToolboxGroup()
: base("toolbox")
public ToolboxGroup(string title)
: base(title)
{
RelativeSizeAxes = Axes.X;
Width = 1;