mirror of
https://github.com/ppy/osu.git
synced 2025-02-06 20:22:56 +08:00
Fix gap in fill colour
This commit is contained in:
parent
d0ce0cf9f5
commit
7d670c6d35
@ -93,15 +93,15 @@ namespace osu.Game.Beatmaps.Drawables
|
|||||||
new CircularContainer
|
new CircularContainer
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Scale = new Vector2(0.84f),
|
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Masking = true,
|
Masking = true,
|
||||||
EdgeEffect = new EdgeEffectParameters
|
EdgeEffect = new EdgeEffectParameters
|
||||||
{
|
{
|
||||||
Colour = Color4.Black.Opacity(0.08f),
|
Colour = Color4.Black.Opacity(0.06f),
|
||||||
|
|
||||||
Type = EdgeEffectType.Shadow,
|
Type = EdgeEffectType.Shadow,
|
||||||
Radius = 5,
|
Radius = 3,
|
||||||
},
|
},
|
||||||
Child = background = new Box
|
Child = background = new Box
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user