1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 05:59:53 +08:00

Make background slightly transparent.

This commit is contained in:
Dean Herbert
2017-04-20 16:29:05 +09:00
Unverified
parent 18bbbdad4c
commit 9d975f202f
+2 -1
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
{