mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Implemented beatmap options overlay
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user