Very basic implementation of the graph

This commit is contained in:
DrabWeb
2017-02-07 01:49:41 -04:00
parent 7c83dc8aed
commit 3d0feb4de9
5 changed files with 174 additions and 29 deletions

View File

@ -257,6 +257,7 @@
<Compile Include="Overlays\Pause\QuitButton.cs" />
<Compile Include="Graphics\UserInterface\SongProgressBar.cs" />
<Compile Include="Graphics\UserInterface\SongProgressGraph.cs" />
<Compile Include="Graphics\UserInterface\SongProgressGraphColumn.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\osu-framework\osu.Framework\osu.Framework.csproj">