mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2025-01-14 05:02:42 +01:00
Merge branch 'master' of github.com:medialab-prado/poblados-colonizacion-colonias-penitenciarias
This commit is contained in:
commit
5f546e3f96
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ function preload() {
|
||||||
function setup() {
|
function setup() {
|
||||||
pg = createGraphics(800, 519);
|
pg = createGraphics(800, 519);
|
||||||
var as = 519. / 800.;
|
var as = 519. / 800.;
|
||||||
var w = windowWidth;
|
var w = windowWidth*.95;
|
||||||
var h = windowWidth*as;
|
var h = windowWidth*as;
|
||||||
|
|
||||||
createCanvas(w,h);
|
createCanvas(w,h);
|
||||||
|
|
Loading…
Reference in a new issue