Debug Colours

master
Zocker1999NET 8 years ago
parent f25f9eba90
commit 26d255911f

@ -178,7 +178,7 @@ public class Colours extends World implements ButtonEvent
private Color getC(boolean pos) {
if(x >= 5) {
return false;
return Color.gray;
}
return (pos) ? Color.lightGray : Color.gray;
}

Loading…
Cancel
Save