Merge pull request #10386 from peppy/fix-stacked-circles-visibility

Make stacked hitcircles more visible when using default skin
This commit is contained in:
Dan Balasescu 2020-10-06 19:48:07 +09:00 committed by GitHub
commit e1b5c83ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
Origin = Anchor.Centre;
Masking = true;
BorderThickness = 10;
BorderThickness = 9; // roughly matches slider borders and makes stacked circles distinctly visible from each other.
BorderColour = Color4.White;
Child = new Box