Add HitObject colours back in the mix.

This commit is contained in:
Dean Herbert
2016-11-02 18:08:08 +09:00
parent 92b85b251e
commit b40ccccbe4
8 changed files with 77 additions and 11 deletions

View File

@ -64,6 +64,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Beatmaps\Beatmap.cs" />
<Compile Include="Beatmaps\Formats\ConstructableBeatmapDecoder.cs" />
<Compile Include="Beatmaps\WorkingBeatmap.cs" />
<Compile Include="Beatmaps\Drawable\BeatmapSetHeader.cs" />
<Compile Include="Beatmaps\Drawable\DifficultyIcon.cs" />