mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
Enable masking in DrawableCarouselBeatmap
This commit is contained in:
parent
087d0f03a4
commit
421ae73715
@ -109,7 +109,8 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
TriangleScale = 2,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
ColourLight = Color4Extensions.FromHex(@"3a7285"),
|
||||
ColourDark = Color4Extensions.FromHex(@"123744")
|
||||
ColourDark = Color4Extensions.FromHex(@"123744"),
|
||||
Masking = true
|
||||
},
|
||||
new FillFlowContainer
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user