mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2025-06-07 22:11:29 +02:00
background p5s
This commit is contained in:
parent
e3d0542ee3
commit
c93e1bf78c
3 changed files with 5 additions and 4 deletions
|
@ -22,7 +22,7 @@ function setup() {
|
|||
}
|
||||
|
||||
function draw() {
|
||||
background(200,225,225);
|
||||
background("#cad2d3");
|
||||
image(cuencas,0,0);
|
||||
|
||||
var mc = cmap.get(mouseX,mouseY);
|
||||
|
|
|
@ -26,7 +26,7 @@ function setup() {
|
|||
}
|
||||
|
||||
function draw() {
|
||||
background(200,225,225);
|
||||
background("#cad2d3");
|
||||
image(cuencas,0,0);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue