Skip to content

Commit d665b0a

Browse files
committed
adding square for text
1 parent 4c44d39 commit d665b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

videosOrginalFuncional.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ function draw() {
382382
// console.log(rnnSub);
383383

384384
//cuadradito para subtitulos
385-
fill(0, 10);
385+
fill(0, 95);
386386
rect(0, windowHeight - 160, windowWidth, 200);
387387

388388
DoText();

0 commit comments

Comments
 (0)