1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:03:08 +08:00

osu.Game.Overlays.BeatmapOptions -> osu.Game.Screens.Select.Options

This commit is contained in:
DrabWeb 2017-03-02 21:20:30 -04:00
parent fcda2f0e4e
commit 7a4b9c5571
8 changed files with 14 additions and 14 deletions

View File

@ -12,7 +12,7 @@ using osu.Framework.Input;
using osu.Game.Graphics;
using osu.Game.Graphics.Sprites;
namespace osu.Game.Overlays.BeatmapOptions
namespace osu.Game.Screens.Select.Options
{
public class BeatmapOptionsButton : ClickableContainer
{

View File

@ -4,7 +4,7 @@
using osu.Framework.Allocation;
using osu.Game.Graphics;
namespace osu.Game.Overlays.BeatmapOptions
namespace osu.Game.Screens.Select.Options
{
public class BeatmapOptionsClearLocalScoresButton : BeatmapOptionsButton
{

View File

@ -4,7 +4,7 @@
using osu.Framework.Allocation;
using osu.Game.Graphics;
namespace osu.Game.Overlays.BeatmapOptions
namespace osu.Game.Screens.Select.Options
{
public class BeatmapOptionsDeleteButton : BeatmapOptionsButton
{

View File

@ -4,7 +4,7 @@
using osu.Framework.Allocation;
using osu.Game.Graphics;
namespace osu.Game.Overlays.BeatmapOptions
namespace osu.Game.Screens.Select.Options
{
public class BeatmapOptionsEditButton : BeatmapOptionsButton
{

View File

@ -11,7 +11,7 @@ using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.Transforms;
using osu.Game.Graphics;
namespace osu.Game.Overlays.BeatmapOptions
namespace osu.Game.Screens.Select.Options
{
public class BeatmapOptionsOverlay : FocusedOverlayContainer
{

View File

@ -4,7 +4,7 @@
using osu.Framework.Allocation;
using osu.Game.Graphics;
namespace osu.Game.Overlays.BeatmapOptions
namespace osu.Game.Screens.Select.Options
{
public class BeatmapOptionsRemoveFromUnplayedButton : BeatmapOptionsButton
{

View File

@ -28,7 +28,7 @@ using OpenTK.Input;
using System.Collections.Generic;
using osu.Framework.Threading;
using osu.Game.Overlays;
using osu.Game.Overlays.BeatmapOptions;
using osu.Game.Screens.Select.Options;
namespace osu.Game.Screens.Select
{

View File

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