Merge master with conflicts resolved

This commit is contained in:
Andrei Zavatski
2019-12-27 05:17:53 +03:00
2 changed files with 8 additions and 15 deletions

View File

@ -80,17 +80,12 @@ namespace osu.Game.Graphics.UserInterface
Font = OsuFont.GetFont(size: 20, weight: FontWeight.Bold),
Margin = new MarginPadding { Bottom = text_offset }
},
new CircularContainer
new Circle
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Masking = true,
Size = new Vector2(4),
Child = new Box
{
RelativeSizeAxes = Axes.Both,
Colour = Color4.Gray,
}
Colour = Color4.Gray,
},
pageText = new OsuSpriteText
{