Skip to content

Commit

Permalink
letra blanca
Browse files Browse the repository at this point in the history
  • Loading branch information
sanson01 authored Mar 11, 2024
1 parent 5917515 commit f7df09d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion p5test/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ function preload() {
function setup() {
createCanvas(720, 1280); // Ajusta el tamaño del lienzo según tus necesidades
frameRate(30); // Fija la tasa de frames a 1 por segundo
fill (255);
}

function draw() {
Expand Down Expand Up @@ -59,4 +60,4 @@ function draw() {
}
texts2.push("Length = " + nf(frameDuration/1000, 0, 4) + " segs");
}
}
}

0 comments on commit f7df09d

Please sign in to comment.