This commit is contained in:
abe- 2017-06-19 09:55:53 +02:00
parent 98206f69a4
commit a02051d47e

View file

@ -42,7 +42,7 @@ function draw() {
}
// Parcelas segun PGC
var mc = cmap.get(mx,my);
var mc = cmap.get(mouseX,mouseY);
for (var n = 0; n < colores.length; n++) {
if (compara(mc,color(colores[n]))) {
tint(255,100);