mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Expand abilities of catcher
This commit is contained in:
@ -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
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user