From 1dcfca850b508f687c3fc85adcdbeaae2b295519 Mon Sep 17 00:00:00 2001 From: SabrinaVieiraS <00001121039455sp@al.educacao.sp.gov.br> Date: Tue, 17 Sep 2024 18:39:01 -0300 Subject: [PATCH] Update sketch.js --- sketch.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +