mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Use circle instead of CircularContainer
This commit is contained in:
@ -80,17 +80,12 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
Font = OsuFont.GetFont(size: 20, weight: FontWeight.Bold),
|
Font = OsuFont.GetFont(size: 20, weight: FontWeight.Bold),
|
||||||
Margin = new MarginPadding { Bottom = text_offset }
|
Margin = new MarginPadding { Bottom = text_offset }
|
||||||
},
|
},
|
||||||
new CircularContainer
|
new Circle
|
||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Masking = true,
|
|
||||||
Size = new Vector2(4),
|
Size = new Vector2(4),
|
||||||
Child = new Box
|
Colour = Color4.Gray,
|
||||||
{
|
|
||||||
RelativeSizeAxes = Axes.Both,
|
|
||||||
Colour = Color4.Gray,
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
pageText = new OsuSpriteText
|
pageText = new OsuSpriteText
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user