1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 23:00:48 +08:00

Add background to room subscreen

This commit is contained in:
smoogipoo
2021-08-12 19:51:03 +09:00
Unverified
parent 047b37788b
commit 050f2d6b0d
@@ -8,8 +8,10 @@ using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Screens;
using osu.Game.Audio;
using osu.Game.Beatmaps;
@@ -65,6 +67,11 @@ namespace osu.Game.Screens.OnlinePlay.Match
AddRangeInternal(new Drawable[]
{
new Box
{
RelativeSizeAxes = Axes.Both,
Colour = Color4Extensions.FromHex(@"3e3a44") // This is super temporary.
},
BeatmapAvailabilityTracker = new OnlinePlayBeatmapAvailabilityTracker
{
SelectedItem = { BindTarget = SelectedItem }