Implemented beatmap options overlay

This commit is contained in:
DrabWeb
2017-03-02 08:40:55 -04:00
parent 35c920d04b
commit b856fb5991
10 changed files with 422 additions and 4 deletions

View File

@ -287,6 +287,12 @@
<Compile Include="Overlays\Dialog\PopupDialogCancelButton.cs" />
<Compile Include="Screens\Select\BeatmapDeleteDialog.cs" />
<Compile Include="Overlays\DialogOverlay.cs" />
<Compile Include="Overlays\BeatmapOptions\BeatmapOptionsOverlay.cs" />
<Compile Include="Overlays\BeatmapOptions\BeatmapOptionsButton.cs" />
<Compile Include="Overlays\BeatmapOptions\BeatmapOptionsRemoveFromUnplayedButton.cs" />
<Compile Include="Overlays\BeatmapOptions\BeatmapOptionsClearLocalScoresButton.cs" />
<Compile Include="Overlays\BeatmapOptions\BeatmapOptionsEditButton.cs" />
<Compile Include="Overlays\BeatmapOptions\BeatmapOptionsDeleteButton.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\osu-framework\osu.Framework\osu.Framework.csproj">
@ -309,6 +315,7 @@
<ItemGroup />
<ItemGroup>
<Folder Include="Overlays\Dialog\" />
<Folder Include="Overlays\BeatmapOptions\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.