General work towards completion + framework updates

This commit is contained in:
smoogipoo
2020-01-29 12:17:03 +09:00
parent 2b2cfd91a6
commit ebf15c6a1c
4 changed files with 200 additions and 17 deletions

View File

@ -183,6 +183,7 @@ namespace osu.Game.Overlays
}
};
playlist.BeatmapSets.BindTo(musicController.BeatmapSets);
playlist.State.ValueChanged += s => playlistButton.FadeColour(s.NewValue == Visibility.Visible ? colours.Yellow : Color4.White, 200, Easing.OutQuint);
}