background p5s

This commit is contained in:
abe- 2017-06-17 19:11:36 +02:00
parent e3d0542ee3
commit c93e1bf78c
3 changed files with 5 additions and 4 deletions

View file

@ -22,7 +22,7 @@ function setup() {
}
function draw() {
background(200,225,225);
background("#cad2d3");
image(cuencas,0,0);
var mc = cmap.get(mouseX,mouseY);