mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
PlayfieldLayer -> PlayfieldAdjustmentContainer
This commit is contained in:
@ -33,7 +33,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
|
||||
Size = new Vector2(0.86f); // matches stable's vertical offset for catcher plate
|
||||
|
||||
InternalChild = new PlayfieldLayer
|
||||
InternalChild = new PlayfieldAdjustmentContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Children = new Drawable[]
|
||||
|
Reference in New Issue
Block a user