mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Use gradient helper function to create toolbar tooltip gradient.
This commit is contained in:
@ -72,12 +72,7 @@ namespace osu.Game.Overlays
|
||||
Anchor = Anchor.BottomLeft,
|
||||
Alpha = 0,
|
||||
Height = 90,
|
||||
ColourInfo = new ColourInfo {
|
||||
TopLeft = new Color4(0.1f, 0.1f, 0.1f, 0.5f),
|
||||
TopRight = new Color4(0.1f, 0.1f, 0.1f, 0.5f),
|
||||
BottomLeft = new Color4(0.1f, 0.1f, 0.1f, 0f),
|
||||
BottomRight = new Color4(0.1f, 0.1f, 0.1f, 0f),
|
||||
},
|
||||
ColourInfo = ColourInfo.GradientVertical(new Color4(0.1f, 0.1f, 0.1f, 0.5f), new Color4(0.1f, 0.1f, 0.1f, 0f)),
|
||||
},
|
||||
new FlowContainer
|
||||
{
|
||||
|
Reference in New Issue
Block a user