mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 03:23:05 +08:00
Merge pull request #176 from Tom94/simpler-gradient
Use gradient helper function to create toolbar tooltip gradient.
This commit is contained in:
commit
89bb87a6f3
@ -1 +1 @@
|
||||
Subproject commit eb9869d6f5a15ee7ee3a0cdc006ab9f216444860
|
||||
Subproject commit 577fba751de1cbcdca4b3bb14a8cd6cb31346274
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user