Expand abilities of catcher

This commit is contained in:
Dean Herbert
2017-08-07 15:09:31 +09:00
parent c930085213
commit b71caca131
6 changed files with 175 additions and 80 deletions

View File

@ -20,14 +20,12 @@ namespace osu.Game.Rulesets.Catch.UI
Children = new Drawable[]
{
new Catcher
new CatcherArea
{
RelativePositionAxes = Axes.Both,
RelativeSizeAxes = Axes.Both,
Scale = new Vector2(0.2f),
FillMode = FillMode.Fit,
Origin = Anchor.TopCentre,
Position = new Vector2(0.5f, 1),
Anchor = Anchor.BottomLeft,
Origin = Anchor.TopLeft,
Height = 0.3f
}
};
}