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:
parent
18bbbdad4c
commit
9d975f202f
@ -128,7 +128,8 @@ namespace osu.Game.Graphics.Cursor
|
||||
{
|
||||
background = new Box
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Alpha = 0.9f,
|
||||
},
|
||||
text = new OsuSpriteText
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user