mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Add beatmap update button
This commit is contained in:
@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user