1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 15:12:57 +08:00

PauseButton Triangles

This commit is contained in:
Andrey Zavadskiy 2017-02-05 13:47:37 +03:00
parent 52f6a09319
commit 43dcf0bbc1

View File

@ -205,10 +205,9 @@ namespace osu.Game.Overlays.Pause
},
new Triangles
{
BlendingMode = BlendingMode.Additive,
RelativeSizeAxes = Axes.Both,
TriangleScale = 4,
Alpha = 0.05f,
ColourDark = OsuColour.Gray(0.88f),
Shear = new Vector2(-0.2f, 0)
}
}