1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:52:53 +08:00

Enable masking in DrawableCarouselBeatmap

This commit is contained in:
Andrei Zavatski 2024-01-21 02:21:09 +03:00
parent 087d0f03a4
commit 421ae73715

View File

@ -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
{