1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-22 22:17:46 +08:00

Add pink glow to cursor because I can't fucking see it against white.

This commit is contained in:
Dean Herbert 2017-02-10 11:19:13 +09:00
parent 60e206e587
commit d5b7a8ce9e
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

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