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
5d92532f0f
commit
88e150e425
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ function preload() {
|
|||
function setup() {
|
||||
pg = createGraphics(800, 519);
|
||||
var as = 519. / 800.;
|
||||
var zoom = .95;
|
||||
zoom = .95;
|
||||
var w = windowWidth*zoom;
|
||||
var h = windowHeight*as*zoom;
|
||||
|
||||
|
|
Loading…
Reference in a new issue