Skip to content

Commit

Permalink
Add offset to FooterButtonV2.cs shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
mk56-spn committed Feb 13, 2023
1 parent be52d0a commit ae9a17d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion osu.Game/Screens/Select/FooterV2/FooterButtonV2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ public FooterButtonV2()
Type = EdgeEffectType.Shadow,
Radius = 5,
// 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)
Colour = Colour4.Black.Opacity(0.25f),
Offset = new Vector2(0, 2),
};
Shear = SHEAR;
Size = new Vector2(button_width, button_height);
Expand Down

0 comments on commit ae9a17d

Please sign in to comment.