Content pfp
Content
@
https://warpcast.com/~/channel/higher
0 reply
0 recast
0 reaction

LGHT pfp
LGHT
@lght.eth
2 replies
0 recast
7 reactions

MBStuart ๐ŸŽฉโ†‘๐Ÿฟ๐ŸŸฆ๐ŸŸฅ๐Ÿฟ pfp
MBStuart ๐ŸŽฉโ†‘๐Ÿฟ๐ŸŸฆ๐ŸŸฅ๐Ÿฟ
@stustustudio
let currentNumber; let increment; let lastUpdateTime; function setup() { createCanvas(600, 800); textAlign(CENTER, CENTER); textSize(69); fill(0); // Initialize starting number and increment currentNumber = int(random(1, 1000000)); increment = int(random(1, 21)); lastUpdateTime = millis(); } function draw() { background("#9b8168"); rotate(.03); let textToDisplay = `I HAVE\n${nfc(currentNumber)}\n REASONS\nTO BE HAPPY`; text(textToDisplay, width / 2, height / 2); // Update the number every second if (millis() - lastUpdateTime >= 1000) { currentNumber += increment; lastUpdateTime = millis(); } }
1 reply
0 recast
0 reaction

Joshua Fisher โŒโ—จ-โ—จ pfp
Joshua Fisher โŒโ—จ-โ—จ
@joshuafisher.eth
@ingierlingsson Cereal Creator is still one of my faves!
0 reply
0 recast
0 reaction