1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 11:53:21 +08:00

Adjusted slider border colour

This commit is contained in:
MaxOhn 2019-07-08 13:52:15 +02:00
parent 130c50eee4
commit 581ffb7fb0

View File

@ -64,14 +64,13 @@ namespace osu.Game.Rulesets.Osu.Mods
case DrawableSlider slider:
ApplyTraceableState(slider.HeadCircle, state);
slider.Body.AccentColour = Color4.Transparent;
slider.Body.BorderColour = slider.HeadCircle.AccentColour;
break;
case DrawableSpinner spinner:
spinner.Disc.Hide();
//spinner.Ticks.Hide(); // do they contribute to the theme? debatable
spinner.Background.Hide();
break;
}
}