Allow arbitrary height catch editor

Useful because can see more notes at once.
This commit is contained in:
ekrctb
2022-10-06 17:26:03 +09:00
parent bda97b407b
commit e8cd9a5d11
5 changed files with 72 additions and 2 deletions

View File

@ -51,7 +51,10 @@ namespace osu.Game.Rulesets.Catch.Edit
LayerBelowRuleset.Add(new PlayfieldBorder
{
RelativeSizeAxes = Axes.Both,
Anchor = Anchor.BottomCentre,
Origin = Anchor.BottomCentre,
RelativeSizeAxes = Axes.X,
Height = CatchPlayfield.HEIGHT,
PlayfieldBorderStyle = { Value = PlayfieldBorderStyle.Corners }
});