1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 05:32:54 +08:00

Update osu.Game/Screens/Select/FooterV2/FooterButtonV2.cs

Co-authored-by: Joseph Madamba <madamba.joehu@outlook.com>
This commit is contained in:
MK56 2023-02-14 00:07:02 +01:00 committed by GitHub
parent ae9a17d76b
commit 5006dbe3db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ namespace osu.Game.Screens.Select.FooterV2
EdgeEffect = new EdgeEffectParameters
{
Type = EdgeEffectType.Shadow,
Radius = 5,
Radius = 4,
// Figma says 50% opacity, but it does not match up visually if taken at face value, and looks bad.
Colour = Colour4.Black.Opacity(0.25f),
Offset = new Vector2(0, 2),