Changed `OsuFocusedOverlayContainer` to `WaveOverlayContainer` from `ChannelSelectionOverlay`

Not sure what colour i shouldve gone for but im certain that this should be fine
This commit is contained in:
Styphix 2018-12-18 19:44:31 -05:00
parent 4b0cad1455
commit bacc07f5ec
1 changed files with 6 additions and 1 deletions

View File

@ -20,7 +20,7 @@
namespace osu.Game.Overlays.Chat.Selection
{
public class ChannelSelectionOverlay : OsuFocusedOverlayContainer
public class ChannelSelectionOverlay : WaveOverlayContainer
{
public static readonly float WIDTH_PADDING = 170;
@ -39,6 +39,11 @@ public ChannelSelectionOverlay()
{
RelativeSizeAxes = Axes.X;
Waves.FirstWaveColour = OsuColour.FromHex("353535");
Waves.SecondWaveColour = OsuColour.FromHex("434343");
Waves.ThirdWaveColour = OsuColour.FromHex("515151");
Waves.FourthWaveColour = OsuColour.FromHex("595959");
Children = new Drawable[]
{
new Container