mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09:00
Spinner fix
This commit is contained in:
parent
e5602c0938
commit
086191a12a
@ -33,6 +33,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces
|
|||||||
private void load(OsuColour colours)
|
private void load(OsuColour colours)
|
||||||
{
|
{
|
||||||
completeColour = colours.YellowLight.Opacity(0.8f);
|
completeColour = colours.YellowLight.Opacity(0.8f);
|
||||||
|
Masking = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
private class SpinnerBorder : Container
|
private class SpinnerBorder : Container
|
||||||
|
Loading…
x
Reference in New Issue
Block a user