Rewrite a lot of Song Select to share logic between panels and consolidate logic inside classes where possible.

This commit is contained in:
Dean Herbert
2016-10-27 19:52:48 +09:00
parent c828b1bc7b
commit d9dfc324c1
6 changed files with 140 additions and 86 deletions

View File

@ -66,6 +66,7 @@
<Compile Include="Beatmaps\Beatmap.cs" />
<Compile Include="Beatmaps\Drawable\BeatmapSetHeader.cs" />
<Compile Include="Beatmaps\Drawable\DifficultyIcon.cs" />
<Compile Include="Beatmaps\Drawable\Panel.cs" />
<Compile Include="Beatmaps\Objects\Catch\CatchConverter.cs" />
<Compile Include="Beatmaps\Objects\Catch\Drawable\DrawableFruit.cs" />
<Compile Include="Beatmaps\Objects\DrawableHitObject.cs" />