mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 09:43:10 +08:00
Update framework type.
This commit is contained in:
parent
e311ac612c
commit
53da671b60
@ -50,7 +50,7 @@ namespace osu.Game.Users.Profile
|
|||||||
Y = avatar_bottom_position,
|
Y = avatar_bottom_position,
|
||||||
Masking = true,
|
Masking = true,
|
||||||
CornerRadius = 5,
|
CornerRadius = 5,
|
||||||
EdgeEffect = new EdgeEffect
|
EdgeEffect = new EdgeEffectParameters
|
||||||
{
|
{
|
||||||
Type = EdgeEffectType.Shadow,
|
Type = EdgeEffectType.Shadow,
|
||||||
Colour = Color4.Black.Opacity(0.25f),
|
Colour = Color4.Black.Opacity(0.25f),
|
||||||
|
Loading…
Reference in New Issue
Block a user