Skip to content

Commit

Permalink
Update sketch.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lucretiomsp authored Jan 18, 2025
1 parent aa6ab84 commit 9dfdc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let waves = [];
let waveTypes = ["sine", "square", "triangle", "sawtooth"]; // Types of waves

function setup() {
createCanvas(windowWidth, windowHeight);
createCanvas(windowWidth, windowHeight /2);
noFill();
strokeWeight(3);

Expand Down

0 comments on commit 9dfdc56

Please sign in to comment.