1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 07:47:25 +08:00

Make background slightly transparent.

This commit is contained in:
Dean Herbert 2017-04-20 16:29:05 +09:00
parent 18bbbdad4c
commit 9d975f202f
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -128,7 +128,8 @@ namespace osu.Game.Graphics.Cursor
{
background = new Box
{
RelativeSizeAxes = Axes.Both
RelativeSizeAxes = Axes.Both,
Alpha = 0.9f,
},
text = new OsuSpriteText
{