mirror of
https://github.com/ppy/osu.git
synced 2025-01-29 04:22:55 +08:00
Merge pull request #14429 from peppy/improve-chat-username-effect
Improve highlighted chat username shadow effect
This commit is contained in:
commit
21cc24c1d0
@ -110,15 +110,15 @@ namespace osu.Game.Overlays.Chat
|
||||
EdgeEffect = new EdgeEffectParameters
|
||||
{
|
||||
Roundness = 1,
|
||||
Offset = new Vector2(0, 3),
|
||||
Radius = 3,
|
||||
Radius = 1,
|
||||
Colour = Color4.Black.Opacity(0.3f),
|
||||
Offset = new Vector2(0, 1),
|
||||
Type = EdgeEffectType.Shadow,
|
||||
},
|
||||
Child = new Container
|
||||
{
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Y = 3,
|
||||
Y = 0,
|
||||
Masking = true,
|
||||
CornerRadius = 4,
|
||||
Children = new Drawable[]
|
||||
|
Loading…
Reference in New Issue
Block a user