1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 12:42:54 +08:00

Use higher res background image

This commit is contained in:
smoogipoo 2021-08-05 21:01:21 +09:00
parent b8ec1cb984
commit 2f2e3d7366

View File

@ -161,7 +161,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
RelativeSizeAxes = Axes.Both,
Colour = Color4Extensions.FromHex(@"#27302E"),
},
new OnlinePlayBackgroundSprite(BeatmapSetCoverType.List)
new OnlinePlayBackgroundSprite(BeatmapSetCoverType.Cover)
{
RelativeSizeAxes = Axes.Both
},