mirror of
https://github.com/ppy/osu
synced 2025-01-16 11:01:03 +00:00
Remove depth specifications
This commit is contained in:
parent
45b1fcf26f
commit
185653b1d8
@ -44,31 +44,12 @@ namespace osu.Game.Rulesets.Osu.UI
|
|||||||
{
|
{
|
||||||
InternalChildren = new Drawable[]
|
InternalChildren = new Drawable[]
|
||||||
{
|
{
|
||||||
playfieldBorder = new PlayfieldBorder
|
playfieldBorder = new PlayfieldBorder { RelativeSizeAxes = Axes.Both },
|
||||||
{
|
spinnerProxies = new ProxyContainer { RelativeSizeAxes = Axes.Both },
|
||||||
RelativeSizeAxes = Axes.Both,
|
followPoints = new FollowPointRenderer { RelativeSizeAxes = Axes.Both },
|
||||||
Depth = 3
|
judgementLayer = new JudgementContainer<DrawableOsuJudgement> { RelativeSizeAxes = Axes.Both },
|
||||||
},
|
|
||||||
spinnerProxies = new ProxyContainer
|
|
||||||
{
|
|
||||||
RelativeSizeAxes = Axes.Both
|
|
||||||
},
|
|
||||||
followPoints = new FollowPointRenderer
|
|
||||||
{
|
|
||||||
RelativeSizeAxes = Axes.Both,
|
|
||||||
Depth = 2,
|
|
||||||
},
|
|
||||||
judgementLayer = new JudgementContainer<DrawableOsuJudgement>
|
|
||||||
{
|
|
||||||
RelativeSizeAxes = Axes.Both,
|
|
||||||
Depth = 1,
|
|
||||||
},
|
|
||||||
HitObjectContainer,
|
HitObjectContainer,
|
||||||
approachCircles = new ProxyContainer
|
approachCircles = new ProxyContainer { RelativeSizeAxes = Axes.Both },
|
||||||
{
|
|
||||||
RelativeSizeAxes = Axes.Both,
|
|
||||||
Depth = -1,
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
hitPolicy = new OrderedHitPolicy(HitObjectContainer);
|
hitPolicy = new OrderedHitPolicy(HitObjectContainer);
|
||||||
|
Loading…
Reference in New Issue
Block a user