Add beatmap update button

This commit is contained in:
Dean Herbert
2022-07-18 18:06:11 +09:00
parent 6adcf82d2e
commit eaf4f6dbb7
5 changed files with 141 additions and 11 deletions

View File

@ -153,17 +153,12 @@ namespace osu.Game.Screens.Select.Carousel
{
Direction = FillDirection.Horizontal,
Spacing = new Vector2(4, 0),
Scale = new Vector2(0.8f),
AutoSizeAxes = Axes.Both,
Children = new Drawable[]
{
new TopLocalRank(beatmapInfo)
{
Scale = new Vector2(0.8f),
},
starCounter = new StarCounter
{
Scale = new Vector2(0.8f),
}
new TopLocalRank(beatmapInfo),
starCounter = new StarCounter()
}
}
}