recolor the slider border from the skin or beatmap settings

This commit is contained in:
Peter Tissen
2015-06-08 22:07:24 +02:00
parent 447a0f371a
commit 890a69c1a9
2 changed files with 15 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ public class Skin {
private static final Color DEFAULT_MENU_GLOW = new Color(0, 78, 155);
/** The default slider border color. */
private static final Color DEFAULT_SLIDER_BORDER = new Color(38, 38, 38);
private static final Color DEFAULT_SLIDER_BORDER = new Color(255, 255, 255);
/** The default slider ball color. */
private static final Color DEFAULT_SLIDER_BALL = new Color(2, 170, 255);