Skip to content

Commit

Permalink
Update sketch.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaVieiraS authored Sep 17, 2024
1 parent d78e5b2 commit 1dcfca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -32,4 +32,4 @@ function draw() {
posicaoVertical++;
}
}


0 comments on commit 1dcfca8

Please sign in to comment.