Increase background image resolution

This commit is contained in:
smoogipoo
2021-08-04 13:49:13 +09:00
parent 50f6632051
commit c06fffb56a

View File

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