Make selection blueprints handle position adjustments

This commit is contained in:
smoogipoo
2018-11-07 16:21:32 +09:00
parent 2612fd3099
commit 5d51719572
11 changed files with 71 additions and 28 deletions

View File

@ -3,13 +3,12 @@
using osu.Framework.Allocation;
using osu.Game.Graphics;
using osu.Game.Rulesets.Edit;
using osu.Game.Rulesets.Mania.Objects.Drawables;
using osu.Game.Rulesets.Mania.Objects.Drawables.Pieces;
namespace osu.Game.Rulesets.Mania.Edit.Blueprints
{
public class NoteSelectionBlueprint : SelectionBlueprint
public class NoteSelectionBlueprint : ManiaSelectionBlueprint
{
public NoteSelectionBlueprint(DrawableNote note)
: base(note)