mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 08:52:55 +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;
|
||||
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)),
|
||||
barsContainer = new Container
|
||||
@ -106,6 +98,14 @@ namespace osu.Game.Screens.Menu
|
||||
},
|
||||
smallRing = new Ring(Color4.White),
|
||||
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
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
|
Loading…
Reference in New Issue
Block a user