This commit is contained in:
abe- 2017-06-17 16:48:25 +02:00
parent 52c76bdc06
commit beee75294e

View file

@ -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);