Update the background according to the currently selected beatmap and blur it within song select.

This commit is contained in:
Thomas Müller
2016-11-19 17:39:43 +01:00
parent 9d88bb4736
commit f8788bb24b
7 changed files with 114 additions and 11 deletions

View File

@ -86,6 +86,7 @@
<Compile Include="Beatmaps\Timing\TimingChange.cs" />
<Compile Include="Configuration\OsuConfigManager.cs" />
<Compile Include="Screens\BackgroundMode.cs" />
<Compile Include="Screens\Backgrounds\BackgroundModeBeatmap.cs" />
<Compile Include="Screens\Backgrounds\BackgroundModeCustom.cs" />
<Compile Include="Screens\Backgrounds\BackgroundModeDefault.cs" />
<Compile Include="Screens\Backgrounds\BackgroundModeEmpty.cs" />