Split out more classes

This commit is contained in:
Dean Herbert
2019-10-20 23:42:13 +09:00
parent 7dc65ec964
commit 0fbba9a5e5
3 changed files with 27 additions and 15 deletions

View File

@ -64,20 +64,5 @@ namespace osu.Game.Screens.Edit.Timing
};
}
}
public class ControlPointSettings : CompositeDrawable
{
[BackgroundDependencyLoader]
private void load(OsuColour colours)
{
RelativeSizeAxes = Axes.Both;
InternalChild = new Box
{
Colour = colours.Gray3,
RelativeSizeAxes = Axes.Both,
};
}
}
}
}