mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-26 12:31:22 +01:00
parcelas
This commit is contained in:
parent
87c9d001e4
commit
de58e3f336
1 changed files with 4 additions and 0 deletions
|
@ -105,3 +105,7 @@ function draw() {
|
|||
function compara(c1, c2) {
|
||||
return red(c1) == red(c2) && green(c1) == green(c2) && blue(c1) == blue(c2);
|
||||
}
|
||||
|
||||
function windowResized() {
|
||||
resizeCanvas(windowWidth, windowHeight);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue