Split SquareGraph out and make SongProgressGraph also able to take a list of Objects.

This commit is contained in:
Dean Herbert
2017-04-18 18:40:02 +09:00
parent 417a5ca713
commit 3b21340e1b
5 changed files with 267 additions and 232 deletions

View File

@ -201,6 +201,7 @@
<Compile Include="Screens\Charts\ChartInfo.cs" />
<Compile Include="Screens\Edit\Editor.cs" />
<Compile Include="Screens\Play\HotkeyRetryOverlay.cs" />
<Compile Include="Screens\Play\SquareGraph.cs" />
<Compile Include="Screens\ScreenWhiteBox.cs" />
<Compile Include="Screens\Loader.cs" />
<Compile Include="Screens\Menu\Button.cs" />