Skip to content

Commit c53b945

Browse files
committed
Updated res to 1920 x 1200 on John Glacier Backdrop
1 parent 3b7b68d commit c53b945

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Projects/.DS_Store

0 Bytes
Binary file not shown.

Projects/John-Glacier-Backdrop/sketch.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ function preload() {
2121
}
2222

2323
function setup() {
24-
createCanvas(windowWidth, windowHeight);
24+
createCanvas(1920, 1200);
2525
imageMode(CENTER);
2626

27-
points = font.textToPoints("JOHN GLACIER", 35, height / 2, 180, {
27+
points = font.textToPoints("JOHN GLACIER", 35, height / 2, 240, {
2828
sampleFactor: sampleFactor, // Keep density the same
2929
simplifyThreshold: 0,
3030
});

0 commit comments

Comments
 (0)