1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 19:05:37 +08:00

Merge pull request #343 from peppy/general-fixes

Add pink glow to cursor because I can't fucking see it against white.
This commit is contained in:
Thomas Müller 2017-02-10 08:45:00 +01:00 committed by GitHub
commit 0f7cee230b

View File

@ -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