diff --git a/sketch.js b/sketch.js index 1060b2b..c2f9aba 100644 --- a/sketch.js +++ b/sketch.js @@ -4,7 +4,7 @@ let posicaoVertical; // y function setup() { - createCanvas(400, 400); + createCanvas(1000, 1000); background("purple"); cor = color(random(0, 255), random(0, 255), random(0, 255)); posicaoHorizontal= 200; @@ -32,4 +32,4 @@ function draw() { posicaoVertical++; } } - \ No newline at end of file +