From d5b7a8ce9e3e1882befec91146d516edc028551b Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Fri, 10 Feb 2017 11:19:13 +0900 Subject: [PATCH] Add pink glow to cursor because I can't fucking see it against white. --- osu.Game/Graphics/Cursor/OsuCursorContainer.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/osu.Game/Graphics/Cursor/OsuCursorContainer.cs b/osu.Game/Graphics/Cursor/OsuCursorContainer.cs index 8df0777989..691fb701f1 100644 --- a/osu.Game/Graphics/Cursor/OsuCursorContainer.cs +++ b/osu.Game/Graphics/Cursor/OsuCursorContainer.cs @@ -67,6 +67,11 @@ namespace osu.Game.Graphics.Cursor Masking = true, BorderThickness = Size.X / 6, BorderColour = Color4.White, + EdgeEffect = new EdgeEffect { + Type = EdgeEffectType.Shadow, + Colour = Color4.Pink.Opacity(0.5f), + Radius = 5, + }, Children = new Drawable[] { new Box