Option to apply last object color to cursor

This commit is contained in:
yugecin
2016-09-30 19:38:02 +02:00
parent add5e96af1
commit f6b791cf25
10 changed files with 99 additions and 10 deletions

View File

@@ -650,4 +650,14 @@ public class Slider extends GameObject {
return false;
}
@Override
public Color getColor() {
return color;
}
@Override
public Color getMirroredColor() {
return mirrorColor;
}
}