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