Merge branch 'master' into move-state-logic

This commit is contained in:
Dan Balasescu
2019-07-23 20:37:57 +09:00
committed by GitHub
35 changed files with 449 additions and 205 deletions

View File

@ -34,11 +34,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
RelativeSizeAxes = Axes.Both,
Origin = Anchor.Centre,
CornerRadius = Size.X / 2,
Colour = AccentColour.Value,
BorderThickness = 2,
BorderColour = Color4.White,
Child = new Box
{
RelativeSizeAxes = Axes.Both,