mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +08:00
Update visual style to match new notes
This commit is contained in:
parent
55475d129f
commit
ce7a5e8914
@ -2,7 +2,6 @@
|
|||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Framework.Graphics;
|
|
||||||
using osu.Game.Graphics;
|
using osu.Game.Graphics;
|
||||||
using osu.Game.Rulesets.Edit;
|
using osu.Game.Rulesets.Edit;
|
||||||
using osu.Game.Rulesets.Mania.Objects.Drawables;
|
using osu.Game.Rulesets.Mania.Objects.Drawables;
|
||||||
@ -17,6 +16,9 @@ namespace osu.Game.Rulesets.Mania.Edit.Layers.Selection.Overlays
|
|||||||
{
|
{
|
||||||
Scale = note.Scale;
|
Scale = note.Scale;
|
||||||
|
|
||||||
|
CornerRadius = 5;
|
||||||
|
Masking = true;
|
||||||
|
|
||||||
AddInternal(new NotePiece());
|
AddInternal(new NotePiece());
|
||||||
|
|
||||||
note.HitObject.ColumnChanged += _ => Position = note.Position;
|
note.HitObject.ColumnChanged += _ => Position = note.Position;
|
||||||
|
Loading…
Reference in New Issue
Block a user