mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 21:23:22 +08:00
No need to put a lot of stuff inside the big circular container
This commit is contained in:
parent
67a6da44f9
commit
c34b9aef98
@ -41,14 +41,6 @@ namespace osu.Game.Screens.Menu
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both;
|
RelativeSizeAxes = Axes.Both;
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
|
||||||
new CircularContainer
|
|
||||||
{
|
|
||||||
Anchor = Anchor.Centre,
|
|
||||||
Origin = Anchor.Centre,
|
|
||||||
Size = new Vector2(460),
|
|
||||||
Masking = true,
|
|
||||||
Children = new Drawable[]
|
|
||||||
{
|
{
|
||||||
mediumRing = new Ring(Color4.White.Opacity(80)),
|
mediumRing = new Ring(Color4.White.Opacity(80)),
|
||||||
barsContainer = new Container
|
barsContainer = new Container
|
||||||
@ -106,6 +98,14 @@ namespace osu.Game.Screens.Menu
|
|||||||
},
|
},
|
||||||
smallRing = new Ring(Color4.White),
|
smallRing = new Ring(Color4.White),
|
||||||
bigRing = new Ring(OsuColour.FromHex(@"B6C5E9")),
|
bigRing = new Ring(OsuColour.FromHex(@"B6C5E9")),
|
||||||
|
new CircularContainer
|
||||||
|
{
|
||||||
|
Anchor = Anchor.Centre,
|
||||||
|
Origin = Anchor.Centre,
|
||||||
|
Size = new Vector2(460),
|
||||||
|
Masking = true,
|
||||||
|
Children = new Drawable[]
|
||||||
|
{
|
||||||
backgroundFill = new Container
|
backgroundFill = new Container
|
||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
|
Loading…
Reference in New Issue
Block a user