mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
No need to put a lot of stuff inside the big circular container
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user