This commit is contained in:
2018-04-23 08:11:26 +02:00
parent ccf63a1ade
commit 9d0b2d41fa
6 changed files with 117 additions and 55 deletions

View File

@@ -281,7 +281,7 @@ public class Puck extends DeviceBase {
return Color.GRAY;
} else */
if (isHighlithted()){
return new Color(32,32,32);
return new Color(0,0,0);
}
return Color.GRAY;
}