Replaces such usage with more sensible settings, like changing the position or size.
# Conflicts: # osu-framework # osu.Game/Beatmaps/Drawables/BeatmapGroup.cs
References now use the Create*-names instead of the outdated Get*-names to create instances of FlowStrategies.
Renames Colour to BackgroundColour instead.
Audio device selection
# Conflicts: # osu-framework # osu.Game/Overlays/Options/Sections/Audio/AudioDevicesOptions.cs
Allows closing the MusicController using escape.
Since the DropDownMenu in the framework has changed it was necessary to update the GetDropDownItems override of OsuDropDownMenu to accomodate the new structure of the framework.