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
52c76bdc06
commit
beee75294e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ function preload() {
|
|||
function setup() {
|
||||
pg = createGraphics(800, 519);
|
||||
var as = 519. / 800.;
|
||||
var w = windowWidth;
|
||||
var w = windowWidth*.95;
|
||||
var h = windowWidth*as;
|
||||
|
||||
createCanvas(w,h);
|
||||
|
|
Loading…
Reference in a new issue