mirror of
https://github.com/osukey/osukey.git
synced 2025-06-10 05:48:05 +09:00
Make stacked hitcircles more visible when using default skin
This commit is contained in:
parent
cfdff2389d
commit
ed982e8dd1
@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
|
|||||||
Origin = Anchor.Centre;
|
Origin = Anchor.Centre;
|
||||||
|
|
||||||
Masking = true;
|
Masking = true;
|
||||||
BorderThickness = 10;
|
BorderThickness = 9; // roughly matches slider borders and makes stacked circles distinctly visible from each other.
|
||||||
BorderColour = Color4.White;
|
BorderColour = Color4.White;
|
||||||
|
|
||||||
Child = new Box
|
Child = new Box
|
||||||
|
Loading…
x
Reference in New Issue
Block a user