mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Add offset to FooterButtonV2.cs
shadow
This commit is contained in:
@ -75,7 +75,8 @@ namespace osu.Game.Screens.Select.FooterV2
|
||||
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);
|
||||
|
Reference in New Issue
Block a user