Add option to color main menu logo based on the cursor color (close #82)

This commit is contained in:
yugecin
2016-12-18 21:03:19 +01:00
parent 64a3a85eb0
commit c974374d67
4 changed files with 20 additions and 9 deletions

View File

@@ -76,6 +76,7 @@ public class Cursor {
public static Color lastMirroredObjColor = Color.white;
public static Color nextObjColor = Color.white;
public static Color nextMirroredObjColor = Color.white;
public static Color lastCursorColor = Color.white;
private boolean isMirrored;
@@ -177,7 +178,7 @@ public class Cursor {
if (isMirrored) {
filter = Dancer.cursorColorMirrorOverride.getMirrorColor();
} else {
filter = Dancer.cursorColorOverride.getColor();
lastCursorColor = filter = Dancer.cursorColorOverride.getColor();
}
// draw a fading trail